Elgg  Version 2.3
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', 'elgg-content', 'clearfix'])
 
 $header = elgg_view('object/elements/full/header', $vars)
 
 $body = elgg_view('object/elements/full/body', $vars)
 

Variable Documentation

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

Definition at line 22 of file full.php.

if (!$entity instanceof ElggEntity) $class = elgg_extract_class($vars, ['elgg-listing-full', 'elgg-content', 'clearfix'])

Definition at line 18 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['class'] Optional additional class for the content wrapper $vars['header_params'] Vars to pass to the header image block wrapper

Definition at line 13 of file full.php.

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

Definition at line 21 of file full.php.