Function Module_notifications->view
Definitions
site/pages/modules/notifications.php
- UI to show a notification.
- 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)
/**
* UI to show a notification.
*
* @return Tempcode The result of execution
*/
public function view() : object
* UI to show a notification.
*
* @return Tempcode The result of execution
*/
public function view() : object

