Elgg  Version master
Variables
full.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 Object full view. More...
 
if(!$entity instanceof\ElggEntity) $class = elgg_extract_class($vars, 'elgg-listing-full')
 
 $content = elgg_view('object/elements/full/header', $vars)
 

Variable Documentation

if (!$entity instanceof\ElggEntity) $class = elgg_extract_class($vars, 'elgg-listing-full')

Definition at line 22 of file full.php.

$content = elgg_view('object/elements/full/header', $vars)

Definition at line 25 of file full.php.

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

Object full view.

$vars['entity'] ElggEntity $vars['icon'] HTML for the content icon $vars['summary'] HTML for the content summary $vars['body'] HTML for the content body $vars['attachments'] HTML for the attachments $vars['responses'] HTML for the responses $vars['show_navigation'] Boolean (default false) to determine if entity navigation should be shown $vars['class'] Optional additional class for the content wrapper $vars['header_params'] Vars to pass to the header image block wrapper $vars['body_params'] Attributes to pass to the body wrapper

Definition at line 17 of file full.php.