mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00:00
Add phpdoc
This commit is contained in:
parent
fa6c33d3ac
commit
d0c153943a
3 changed files with 32 additions and 2 deletions
|
@ -8,6 +8,13 @@ use Friendica\Core\Renderer;
|
|||
use Friendica\DI;
|
||||
use Friendica\Module\BaseNotifications;
|
||||
|
||||
/**
|
||||
* Prints all notification types except introduction:
|
||||
* - Network
|
||||
* - System
|
||||
* - Personal
|
||||
* - Home
|
||||
*/
|
||||
class Notifications extends BaseNotifications
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue