mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:50:10 +00:00
Update more PHPDoc, including in include/
This commit is contained in:
parent
af9067a381
commit
070aa016e0
17 changed files with 99 additions and 30 deletions
|
@ -132,6 +132,7 @@ class NotificationsManager extends BaseObject
|
|||
* @param array $note note array
|
||||
* @param bool $seen optional true or false, default true
|
||||
* @return bool true on success, false on errors
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function setSeen($note, $seen = true)
|
||||
{
|
||||
|
@ -150,6 +151,7 @@ class NotificationsManager extends BaseObject
|
|||
*
|
||||
* @param bool $seen optional true or false. default true
|
||||
* @return bool true on success, false on error
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function setAllSeen($seen = true)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue