Elgg
Version 3.0
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Configuration exception. | |
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 $k=> $v) | $content = "<table>$rows</table>" |
foreach ($NOTIFICATION_HANDLERS as $k=> $v) $content = "<table>$rows</table>" |
Definition at line 44 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.
$title = elgg_echo('notifications:usersettings') |
Definition at line 17 of file notifications.php.