Elgg  Version master
Variables
body.php File Reference

Go to the source code of this file.

Variables

 $body = elgg_extract('body', $vars)
 Outputs object full view. More...
 
if(! $body) $body_params = elgg_extract('body_params', $vars, [])
 
 $body_params ['class'] = elgg_extract_class($body_params, ['elgg-listing-full-body'])
 

Variable Documentation

◆ $body

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

Outputs object full view.

@uses $vars['body'] Body HTML @uses $vars['body_params'] Vars used as attributes of the body wrapper

Definition at line 10 of file body.php.

◆ $body_params [1/2]

if (! $body) $body_params = elgg_extract('body_params', $vars, [])

Definition at line 15 of file body.php.

◆ $body_params [2/2]

$body_params[ 'class'] = elgg_extract_class($body_params, ['elgg-listing-full-body'])

Definition at line 16 of file body.php.