Method |
Description |
|
__get ( string $name ) : mixed |
Gets an attribute |
|
__set ( string $name, mixed $value ) : void |
Set an attribute |
|
canEdit ( integer $user_guid ) : boolean |
Returns if a user can edit this entity extender. |
|
getEntity ( ) : ElggEntity |
Get the entity this describes. |
|
getOwnerEntity ( ) : ElggEntity |
Get the entity that owns this extender |
|
getOwnerGUID ( ) : integer |
Get the GUID of the extender's owner entity. |
|
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 a type of extension. |
|
getURL ( ) : string |
Get a url for this extender. |
|
setValue ( mixed $value, string $value_type = '' ) : void |
Set the value of the extender |
|
toObject ( ) |
|
|