Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
if(!$entity instanceof ElggEntity) | $type = $entity->getType() |
$subtype = $entity->getSubtype() | |
$views | |
foreach ($views as $view) | |
$entity = elgg_extract('entity', $vars) |
Definition at line 3 of file entity.php.
$subtype = $entity->getSubtype() |
Definition at line 9 of file entity.php.
if (!$entity instanceof ElggEntity) $type = $entity->getType() |
Definition at line 8 of file entity.php.
$views |
Definition at line 11 of file entity.php.
foreach($views as $view) |
Definition at line 16 of file entity.php.