Function Module_notifications->browse
Definitions
site/pages/modules/notifications.php
- Show an overall notifications UI.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The result of execution
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Show an overall notifications UI.
*
* @return Tempcode The result of execution
*/
public function browse() : object
* Show an overall notifications UI.
*
* @return Tempcode The result of execution
*/
public function browse() : object

