Go to the source code of this file.
Namespaces | |
| namespace | Elgg |
Save menu items. | |
Variables | |
| $entity = $vars['entity'] | |
| $export = new stdClass | |
| $exportable_values = $entity->getExportableValues() | |
| foreach ($exportable_values as $v) | |
Definition at line 10 of file entity.php.
| $export = new stdClass |
Definition at line 12 of file entity.php.
| $exportable_values = $entity->getExportableValues() |
Definition at line 13 of file entity.php.
| foreach($exportable_values as $v) |
Definition at line 15 of file entity.php.
1.6.3