Elgg  Version 1.11
Namespaces | Variables
entity.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $entity = $vars['entity']
 
if(!$entity$options
 
 $metadata = elgg_get_metadata($options)
 
 $annotations = elgg_get_annotations($options)
 
 $relationships = get_entity_relationships($entity->guid)
 
 $exportable_values = $entity->getExportableValues()
 

Variable Documentation

$annotations = elgg_get_annotations($options)
Examples:
/root/Elgg/engine/lib/views.php.

Definition at line 20 of file entity.php.

$entity = $vars['entity']

Definition at line 11 of file entity.php.

$exportable_values = $entity->getExportableValues()

Definition at line 23 of file entity.php.

Definition at line 19 of file entity.php.

if (!$entity) $options
Initial value:
= array(
'guid' => $entity->guid,
'limit' => 0
)
$entity
Definition: entity.php:11

Definition at line 15 of file entity.php.

$relationships = get_entity_relationships($entity->guid)

Definition at line 21 of file entity.php.