Метод | Описание | |
---|---|---|
getObjectFromID ( integer $id ) : ElggEntity | For a given ID, return the object associated with it. | |
getSubtype ( ) : string | Return a subtype. For metadata & annotations this is the 'name' and for relationship this is the relationship type. | |
getSystemLogID ( ) : integer | Return an identification for the object for storage in the system log. | |
getType ( ) : string | Return the type of the object - eg. object, group, user, relationship, metadata, annotation etc |
public getObjectFromID ( integer $id ) : ElggEntity | ||
$id | integer | GUID of an entity |
Результат | ElggEntity |
public getSubtype ( ) : string | ||
Результат | string |
public getSystemLogID ( ) : integer | ||
Результат | integer |