Elgg
Version 4.3
|
Public Member Functions | |
__construct (stdClass $row=null) | |
Create an access collection object. More... | |
__set ($name, $value) | |
Set an attribute. More... | |
__get ($name) | |
Get an attribute. More... | |
getOwnerEntity () | |
Returns owner entity of the collection. More... | |
getDisplayName () | |
Get readable access level name for this collection. More... | |
save () | |
{} More... | |
delete () | |
{} More... | |
canEdit ($user_guid=null) | |
Check if user can edit this collection. More... | |
getMembers (array $options=[]) | |
Returns members of the access collection. More... | |
hasMember ($member_guid=0) | |
Checks if user is already in access collection. More... | |
addMember ($member_guid=0) | |
Adds a user to access collection. More... | |
removeMember ($member_guid=0) | |
Removes a user from access collection. More... | |
getURL () | |
{} More... | |
toObject (array $params=[]) | |
{} More... | |
getSystemLogID () | |
{} More... | |
getObjectFromID ($id) | |
{} More... | |
getType () | |
{} More... | |
getSubtype () | |
{} More... | |
![]() | |
__isset ($name) | |
Test if property is set either as an attribute or metadata. More... | |
__unset ($name) | |
Unset a property from metadata or attribute. More... | |
getURL () | |
Get a URL for this object. More... | |
save () | |
Save this data to the appropriate database table. More... | |
delete () | |
Delete this data. More... | |
getTimeCreated () | |
Returns the UNIX epoch time that this entity was created. More... | |
toObject (array $params=[]) | |
Get a plain old object copy for public consumption. More... | |
rewind () | |
Iterator interface. More... | |
current () | |
Iterator interface. More... | |
key () | |
Iterator interface. More... | |
next () | |
Iterator interface. More... | |
valid () | |
Iterator interface. More... | |
offsetSet ($key, $value) | |
Array access interface. More... | |
offsetGet ($key) | |
Array access interface. More... | |
offsetUnset ($key) | |
Array access interface. More... | |
offsetExists ($offset) | |
Array access interface. More... | |
getID () | |
{Get unique item identifier within a collection.
| |
getPriority () | |
{Get priority (weight) of the item within a collection.
| |
__serialize () | |
Called during serialization. More... | |
__unserialize (array $data) | |
Called during unserialization. More... | |
Protected Member Functions | |
initializeAttributes () | |
Initialize the attributes array. More... | |
![]() | |
initializeAttributes () | |
Initialize the attributes array. More... | |
getDatabase () | |
Provides a pointer to the database object. More... | |
Additional Inherited Members | |
![]() | |
$attributes = [] | |
$valid = false | |
Definition at line 12 of file ElggAccessCollection.php.
ElggAccessCollection::__construct | ( | stdClass | $row = null | ) |
Create an access collection object.
stdClass | $row | Database row |
Definition at line 19 of file ElggAccessCollection.php.
ElggAccessCollection::__get | ( | $name | ) |
Get an attribute.
string | $name | Name |
Definition at line 64 of file ElggAccessCollection.php.
ElggAccessCollection::__set | ( | $name, | |
$value | |||
) |
Set an attribute.
string | $name | Name |
mixed | $value | Value |
Definition at line 51 of file ElggAccessCollection.php.
ElggAccessCollection::addMember | ( | $member_guid = 0 | ) |
Adds a user to access collection.
int | $member_guid | GUID of the user |
Definition at line 166 of file ElggAccessCollection.php.
ElggAccessCollection::canEdit | ( | $user_guid = null | ) |
Check if user can edit this collection.
int | $user_guid | GUID of the user |
Definition at line 136 of file ElggAccessCollection.php.
ElggAccessCollection::delete | ( | ) |
{}
Definition at line 125 of file ElggAccessCollection.php.
ElggAccessCollection::getDisplayName | ( | ) |
Get readable access level name for this collection.
Definition at line 84 of file ElggAccessCollection.php.
ElggAccessCollection::getMembers | ( | array | $options = [] | ) |
Returns members of the access collection.
array | $options | ege options |
Definition at line 146 of file ElggAccessCollection.php.
ElggAccessCollection::getObjectFromID | ( | $id | ) |
{}
Definition at line 218 of file ElggAccessCollection.php.
ElggAccessCollection::getOwnerEntity | ( | ) |
Returns owner entity of the collection.
Definition at line 76 of file ElggAccessCollection.php.
ElggAccessCollection::getSubtype | ( | ) |
{}
Definition at line 232 of file ElggAccessCollection.php.
ElggAccessCollection::getSystemLogID | ( | ) |
{}
Definition at line 211 of file ElggAccessCollection.php.
ElggAccessCollection::getType | ( | ) |
{}
Definition at line 225 of file ElggAccessCollection.php.
ElggAccessCollection::getURL | ( | ) |
{}
Definition at line 183 of file ElggAccessCollection.php.
ElggAccessCollection::hasMember | ( | $member_guid = 0 | ) |
Checks if user is already in access collection.
int | $member_guid | GUID of the user |
Definition at line 156 of file ElggAccessCollection.php.
|
protected |
Initialize the attributes array.
Definition at line 33 of file ElggAccessCollection.php.
ElggAccessCollection::removeMember | ( | $member_guid = 0 | ) |
Removes a user from access collection.
int | $member_guid | GUID of the user |
Definition at line 176 of file ElggAccessCollection.php.
ElggAccessCollection::save | ( | ) |
{}
Definition at line 114 of file ElggAccessCollection.php.
ElggAccessCollection::toObject | ( | array | $params = [] | ) |
{}
Definition at line 195 of file ElggAccessCollection.php.