$_is_cacheable | ElggEntity | protected |
$attributes | ElggData | protected |
$orig_attributes | 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 | |
cache() | ElggEntity | |
canAccessContent(ElggUser $user=null) | ElggGroup | |
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 | |
CONTENT_ACCESS_MODE_MEMBERS_ONLY | ElggGroup | |
CONTENT_ACCESS_MODE_UNRESTRICTED | ElggGroup | |
countComments() | ElggEntity | |
create() | ElggEntity | protected |
current() | ElggData | |
delete(bool $recursive=true, bool $persistent=null) | ElggEntity | |
ElggData::delete() | ElggData | |
disable(string $reason= '', bool $recursive=true) | ElggEntity | |
disableCaching() | ElggEntity | |
disableTool(string $name) | ElggGroup | |
enable(bool $recursive=true) | ElggEntity | |
enableCaching() | ElggEntity | |
enableTool(string $name) | ElggGroup | |
getContainerEntity() | ElggEntity | |
getContainerGUID() | ElggEntity | |
getContentAccessMode() | ElggGroup | |
getDatabase() | ElggData | protected |
getDisplayName() | ElggEntity | |
getGUID() | ElggEntity | |
getID() | ElggData | |
getLatitude() | ElggEntity | |
getLongitude() | ElggEntity | |
getMembers(array $options=[]) | ElggGroup | |
getObjectFromID(int $id) | ElggEntity | |
getOriginalAttributes() | ElggEntity | |
getOwnerEntity() | ElggEntity | |
getOwnerGUID() | ElggEntity | |
getPriority() | ElggData | |
getSubtype() | ElggEntity | |
getSystemLogID() | ElggEntity | |
getTimeCreated() | ElggData | |
getTimeUpdated() | ElggEntity | |
getTool(string $name) | ElggGroup | protected |
getType() | ElggEntity | |
getURL() | ElggEntity | |
getVolatileData(string $name) | ElggEntity | |
hasAccess(int $user_guid=0) | ElggEntity | |
hasCapability(string $capability) | ElggEntity | |
initializeAttributes() | ElggGroup | protected |
INTEGER_ATTR_NAMES | ElggEntity | protected |
invalidateCache() | ElggEntity | |
isCacheable() | ElggEntity | |
isDeleted() | ElggEntity | |
isEnabled() | ElggEntity | |
isMember(\ElggUser $user=null) | ElggGroup | |
isPublicMembership() | ElggGroup | |
isToolEnabled(string $name) | ElggGroup | |
join(\ElggUser $user, array $params=[]) | ElggGroup | |
key() | ElggData | |
leave(\ElggUser $user) | ElggGroup | |
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) | ElggGroup | protected |
PRIMARY_ATTR_NAMES | ElggEntity | |
removeAllRelatedRiverItems() | ElggEntity | |
restore(bool $recursive=true) | ElggEntity | |
rewind() | ElggData | |
save() | ElggEntity | |
setContainerGUID(int $container_guid) | ElggEntity | |
setContentAccessMode(string $mode) | ElggGroup | |
setDisplayName(string $display_name) | ElggEntity | |
setLatLong(float $lat, float $long) | ElggEntity | |
setSubtype(string $subtype) | ElggEntity | |
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 | |