Elgg
Version 1.9
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Save menu items. | |
Functions | |
get_object_entity_as_row ($guid) | |
Return the object specific details of a object by a row. More... | |
_elgg_objects_test ($hook, $type, $value, $params) | |
Runs unit tests for ElggObject. More... | |
_elgg_objects_test | ( | $hook, | |
$type, | |||
$value, | |||
$params | |||
) |
Runs unit tests for ElggObject.
string | $hook | unit_test |
string | $type | system |
mixed | $value | Array of tests |
mixed | $params | Params |
Definition at line 36 of file objects.php.
get_object_entity_as_row | ( | $guid | ) |
Return the object specific details of a object by a row.
int | $guid | The guid to retreive |
Definition at line 18 of file objects.php.