Elgg  Version 1.11
Namespaces | Variables
notifications.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $NOTIFICATION_HANDLERS = _elgg_services()->notifications->getMethodsAsDeprecatedGlobal()
 
 $notification_settings = get_user_notification_settings(elgg_get_page_owner_guid())
 
 $title = elgg_echo('notifications:usersettings')
 
 $rows = ''
 
foreach($NOTIFICATION_HANDLERS as $k=> $v) $content = ''
 

Variable Documentation

$content = ''

Definition at line 40 of file notifications.php.

$NOTIFICATION_HANDLERS = _elgg_services()->notifications->getMethodsAsDeprecatedGlobal()

Definition at line 9 of file notifications.php.

Definition at line 10 of file notifications.php.

$rows = ''

Definition at line 14 of file notifications.php.

$title = elgg_echo('notifications:usersettings')

Definition at line 12 of file notifications.php.