Elgg  Version 1.11
Namespaces | Functions | Variables
objects.php File Reference

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 . More...
 

Variables

return function (\Elgg\EventsService $events,\Elgg\HooksRegistrationService $hooks)
 

Function Documentation

_elgg_objects_test (   $hook,
  $type,
  $value,
  $params 
)

Runs unit tests for .

Parameters
string$hookunit_test
string$typesystem
mixed$valueArray of tests
mixed$paramsParams
Returns
array private

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.

Parameters
int$guidThe guid to retrieve
Returns
bool private

Definition at line 18 of file objects.php.

Variable Documentation

Definition at line 42 of file objects.php.