Elgg  Version 2.3
Namespaces | Variables
entity.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $entity = $vars['entity']
 
 $export = new stdClass
 
 $exportable_values = $entity->getExportableValues()
 
foreach($exportable_values as $v) $export url = $entity->getURL()
 
global $jsonexport
 
 $jsonexport [$entity->getType()][$entity->getSubtype()][] = $export
 

Variable Documentation

$entity = $vars['entity']

Definition at line 11 of file entity.php.

$export = new stdClass

Definition at line 13 of file entity.php.

$exportable_values = $entity->getExportableValues()

Definition at line 14 of file entity.php.

global $jsonexport

Definition at line 22 of file entity.php.

$jsonexport[$entity->getType()][$entity->getSubtype()][] = $export

Definition at line 23 of file entity.php.

foreach ($exportable_values as $v) $export url = $entity->getURL()

Definition at line 20 of file entity.php.