MutableAclInterface::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

MutableAclInterface::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

MutableAclInterface::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

MutableAclInterface::setParentAcl()

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

MutableAclInterface::setEntriesInheriting()

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

MutableAclInterface::insertObjectFieldAce()

insertObjectFieldAce(string $field, SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts an object-field-based ACE Parameters string $field SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

MutableAclInterface::insertObjectAce()

insertObjectAce(SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts an object-based ACE Parameters SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

MutableAclInterface::insertClassFieldAce()

insertClassFieldAce(string $field, SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts a class-field-based ACE Parameters string $field SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

MutableAclInterface::insertClassAce()

insertClassAce(SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts a class-based ACE Parameters SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

MutableAclInterface::getId()

int getId() Returns the primary key of this ACL Return Value int