AclCacheInterface::getFromCacheById()
  • References/PHP/Symfony/Component/Security/Acl/Model

AclInterface getFromCacheById(int

2025-01-10 15:47:30
MutableAclInterface::updateClassAce()
  • References/PHP/Symfony/Component/Security/Acl/Model

updateClassAce(int $index, int $mask, string $strategy = null) Updates a class-based ACE

2025-01-10 15:47:30
AclInterface::isFieldGranted()
  • References/PHP/Symfony/Component/Security/Acl/Model

bool isFieldGranted(string $field, array $masks, array $securityIdentities, bool $administrativeMode = false)

2025-01-10 15:47:30
AclInterface::getClassFieldAces()
  • References/PHP/Symfony/Component/Security/Acl/Model

array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this

2025-01-10 15:47:30
MutableAclInterface::deleteObjectAce()
  • References/PHP/Symfony/Component/Security/Acl/Model

deleteObjectAce(int $index) Deletes an object-based ACE

2025-01-10 15:47:30
PermissionGrantingStrategyInterface
  • References/PHP/Symfony/Component/Security/Acl/Model

interface PermissionGrantingStrategyInterface Interface used by permission granting implementations

2025-01-10 15:47:30
AclInterface::getObjectIdentity()
  • References/PHP/Symfony/Component/Security/Acl/Model

ObjectIdentityInterface

2025-01-10 15:47:30
EntryInterface::getMask()
  • References/PHP/Symfony/Component/Security/Acl/Model

int getMask() The permission mask of this ACE

2025-01-10 15:47:30
AclCacheInterface
  • References/PHP/Symfony/Component/Security/Acl/Model

interface AclCacheInterface AclCache Interface Methods

2025-01-10 15:47:30
MutableAclInterface::updateObjectAce()
  • References/PHP/Symfony/Component/Security/Acl/Model

updateObjectAce(int $index, int $mask, string $strategy = null) Updates an object-based ACE

2025-01-10 15:47:30