Elgg  Version 2.3
Namespaces | Variables
notifications.php File Reference

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 = ''
 

Variable Documentation

◆ $content

$content = ''

Definition at line 45 of file notifications.php.

◆ $NOTIFICATION_HANDLERS

if (! $page_owner instanceof ElggUser) $NOTIFICATION_HANDLERS = _elgg_services()->notifications->getMethodsAsDeprecatedGlobal()

Definition at line 14 of file notifications.php.

◆ $notification_settings

$notification_settings = $page_owner->getNotificationSettings()

Definition at line 15 of file notifications.php.

◆ $page_owner

$page_owner = elgg_get_page_owner_entity()

Definition at line 9 of file notifications.php.

◆ $rows

$rows = ''

Definition at line 19 of file notifications.php.

◆ $title

$title = elgg_echo('notifications:usersettings')

Definition at line 17 of file notifications.php.