$_cached_metadata | ElggEntity | protected |
$_is_cacheable | ElggEntity | protected |
$attributes | ElggData | protected |
$orig_attributes | ElggEntity | protected |
$temp_annotations | ElggEntity | protected |
$temp_metadata | ElggEntity | protected |
$valid | ElggData | protected |
$volatile | ElggEntity | protected |
__clone() | ElggEntity | |
__construct(stdClass $row=null) | ElggEntity | |
__get($name) | ElggEntity | |
__isset($name) | ElggData | |
__serialize() | ElggData | |
__set($name, $value) | ElggEntity | |
__unserialize(array $data) | ElggData | |
__unset($name) | ElggData | |
addRelationship(int $guid_two, string $relationship) | ElggEntity | |
annotate($name, $value, $access_id=ACCESS_PRIVATE, $owner_guid=0, $value_type= '') | ElggEntity | |
cache() | ElggEntity | |
canAnnotate(int $user_guid=0, string $annotation_name= '') | ElggEntity | |
canComment(int $user_guid=0) | ElggEntity | |
canDelete(int $user_guid=0) | ElggEntity | |
canEdit(int $user_guid=0) | ElggEntity | |
canWriteToContainer(int $user_guid=0, string $type= '', string $subtype= '') | ElggEntity | |
countAnnotations(string $name= '') | ElggEntity | |
countComments() | ElggEntity | |
countEntitiesFromRelationship(string $relationship, bool $inverse_relationship=false) | ElggEntity | |
create() | ElggEntity | protected |
current() | ElggData | |
delete(bool $recursive=true, bool $persistent=null) | ElggEntity | |
ElggData::delete() | ElggData | |
deleteAccessCollectionMemberships() | ElggEntity | |
deleteAnnotations(string $name=null) | ElggEntity | |
deleteMetadata(string $name=null) | ElggEntity | |
deleteOwnedAccessCollections() | ElggEntity | |
deleteOwnedAnnotations(string $name=null) | ElggEntity | |
disable(string $reason= '', bool $recursive=true) | ElggEntity | |
disableCaching() | ElggEntity | |
enable(bool $recursive=true) | ElggEntity | |
enableCaching() | ElggEntity | |
getAllMetadata() | ElggEntity | |
getAnnotations(array $options=[]) | ElggEntity | |
getAnnotationsAvg(string $name) | ElggEntity | |
getAnnotationsMax(string $name) | ElggEntity | |
getAnnotationsMin(string $name) | ElggEntity | |
getAnnotationsSum(string $name) | ElggEntity | |
getContainerEntity() | ElggEntity | |
getContainerGUID() | ElggEntity | |
getDatabase() | ElggData | protected |
getDisplayName() | ElggObject | |
getEntitiesFromRelationship(array $options=[]) | ElggEntity | |
getGUID() | ElggEntity | |
getID() | ElggData | |
getLatitude() | ElggEntity | |
getLongitude() | ElggEntity | |
getMetadata(string $name) | ElggEntity | |
getObjectFromID(int $id) | ElggEntity | |
getOriginalAttributes() | ElggEntity | |
getOwnedAccessCollection(string $subtype) | ElggEntity | |
getOwnedAccessCollections(array $options=[]) | ElggEntity | |
getOwnerEntity() | ElggEntity | |
getOwnerGUID() | ElggEntity | |
getPriority() | ElggData | |
getRelationship(int $guid_two, string $relationship) | ElggEntity | |
getSubtype() | ElggEntity | |
getSystemLogID() | ElggEntity | |
getTimeCreated() | ElggData | |
getTimeUpdated() | ElggEntity | |
getType() | ElggObject | |
getURL() | ElggEntity | |
getVolatileData(string $name) | ElggEntity | |
hasAccess(int $user_guid=0) | ElggEntity | |
hasCapability(string $capability) | ElggEntity | |
hasRelationship(int $guid_two, string $relationship) | ElggEntity | |
initializeAttributes() | ElggEntity | protected |
INTEGER_ATTR_NAMES | ElggEntity | protected |
invalidateCache() | ElggEntity | |
isCacheable() | ElggEntity | |
isDeleted() | ElggEntity | |
isEnabled() | ElggEntity | |
key() | ElggData | |
load(stdClass $row) | ElggEntity | protected |
next() | ElggData | |
offsetExists($offset) | ElggData | |
offsetGet($offset) | ElggData | |
offsetSet($offset, $value) | ElggData | |
offsetUnset($offset) | ElggData | |
persistentDelete(bool $recursive=true) | ElggEntity | protected |
prepareObject(\Elgg\Export\Entity $object) | ElggObject | protected |
PRIMARY_ATTR_NAMES | ElggEntity | |
removeAllRelatedRiverItems() | ElggEntity | |
removeAllRelationships(string $relationship= '', bool $inverse_relationship=false) | ElggEntity | |
removeRelationship(int $guid_two, string $relationship) | ElggEntity | |
restore(bool $recursive=true) | ElggEntity | |
rewind() | ElggData | |
save() | ElggEntity | |
setContainerGUID(int $container_guid) | ElggEntity | |
setDisplayName(string $display_name) | ElggObject | |
setLatLong(float $lat, float $long) | ElggEntity | |
setMetadata(string $name, $value, string $value_type= '', bool $multiple=false) | ElggEntity | |
setSubtype(string $subtype) | ElggEntity | |
setTempMetadata(string $name, $value, bool $multiple=false) | ElggEntity | protected |
setVolatileData(string $name, $value) | ElggEntity | |
toObject(array $params=[]) | ElggEntity | |
trash(bool $recursive=true) | ElggEntity | protected |
update() | ElggEntity | protected |
updateLastAction(int $posted=null) | ElggEntity | |
updateTimeDeleted(int $deleted=null) | ElggEntity | |
valid() | ElggData | |