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

$entity = $vars['entity']

Definition at line 11 of file entity.php.

◆ $export

$export = new stdClass

Definition at line 13 of file entity.php.

◆ $exportable_values

$exportable_values = $entity->getExportableValues()

Definition at line 14 of file entity.php.

◆ $jsonexport [1/2]

global $jsonexport

Definition at line 22 of file entity.php.

◆ $jsonexport [2/2]

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

Definition at line 23 of file entity.php.

◆ url

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

Definition at line 20 of file entity.php.