Acl::updateObjectAce()

updateObjectAce(int $index, int $mask, string $strategy = null) Updates an object-based ACE Parameters int $index int $mask string $strategy if null the strategy should not be changed

Acl::updateClassFieldAuditing()

updateClassFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates auditing for class-field-based ACE Parameters int $index string $field bool $auditSuccess bool $auditFailure

Acl::updateClassFieldAce()

updateClassFieldAce(int $index, string $field, int $mask, string $strategy = null) Updates a class-field-based ACE Parameters int $index string $field int $mask string $strategy if null the strategy should not be changed

Acl::updateClassAuditing()

updateClassAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for class-based ACE Parameters int $index bool $auditSuccess bool $auditFailure

Acl::updateClassAce()

updateClassAce(int $index, int $mask, string $strategy = null) Updates a class-based ACE Parameters int $index int $mask string $strategy if null the strategy should not be changed

Acl::unserialize()

unserialize(string $serialized) Implementation for the \Serializable interface Parameters string $serialized

Acl::setParentAcl()

setParentAcl(AclInterface $acl = null) Sets the parent ACL Parameters AclInterface $acl

Acl::setEntriesInheriting()

setEntriesInheriting(bool $boolean) Sets whether entries are inherited Parameters bool $boolean

Acl::serialize()

string serialize() Implementation for the \Serializable interface Return Value string

Acl::isSidLoaded()

bool isSidLoaded($sids) Whether the ACL has loaded ACEs for all of the passed security identities Parameters $sids Return Value bool