Elgg  Version 2.3
Variables
body.php File Reference

Go to the source code of this file.

Variables

 $widget = elgg_extract('entity', $vars)
 Widget object body. More...
 
if(!($widget instanceof\ElggWidget)) if($widget->canEdit()) $content = elgg_view('object/widget/elements/content', $vars)
 

Variable Documentation

if (!($widget instanceof\ElggWidget)) if ($widget->canEdit()) $content = elgg_view('object/widget/elements/content', $vars)

Definition at line 21 of file body.php.

$widget = elgg_extract('entity', $vars)

Widget object body.

$vars['entity'] ElggWidget $vars['show_access'] Show the access control in edit area? (true)

Definition at line 9 of file body.php.