Elgg  Version master
Variables
body.php File Reference

Go to the source code of this file.

Variables

 $body = elgg_extract('body', $vars)
 
 $notification = elgg_extract('notification', $vars)
 
if($notification instanceof Notification$salutation = elgg_view('notifications/elements/salutation', $vars)
 
 $signoff = elgg_view('notifications/elements/sign-off', $vars)
 

Variable Documentation

◆ $body

$body = elgg_extract('body', $vars)

Definition at line 11 of file body.php.

◆ $notification

$notification = elgg_extract('notification', $vars)

Definition at line 13 of file body.php.

◆ $salutation

if ( $notification instanceof Notification) $salutation = elgg_view('notifications/elements/salutation', $vars)

Definition at line 18 of file body.php.

◆ $signoff

$signoff = elgg_view('notifications/elements/sign-off', $vars)

Definition at line 20 of file body.php.