|
Elgg
Version 2.3
|
Go to the source code of this file.
Namespaces | |
| Elgg | |
| Save menu items. | |
Variables | |
| $page_owner = elgg_get_page_owner_entity() | |
| if(! $page_owner instanceof ElggUser) | $NOTIFICATION_HANDLERS = _elgg_services()->notifications->getMethodsAsDeprecatedGlobal() |
| $notification_settings = $page_owner->getNotificationSettings() | |
| $title = elgg_echo('notifications:usersettings') | |
| $rows = '' | |
| foreach($NOTIFICATION_HANDLERS as $method=> $dummy) | $content = '' |
| $content = '' |
Definition at line 45 of file notifications.php.
| if (! $page_owner instanceof ElggUser) $NOTIFICATION_HANDLERS = _elgg_services()->notifications->getMethodsAsDeprecatedGlobal() |
Definition at line 14 of file notifications.php.
| $notification_settings = $page_owner->getNotificationSettings() |
Definition at line 15 of file notifications.php.
| $page_owner = elgg_get_page_owner_entity() |
Definition at line 9 of file notifications.php.
| $rows = '' |
Definition at line 19 of file notifications.php.
Definition at line 17 of file notifications.php.