AclVoter::supportsClass()
  • References/PHP/Symfony/Component/Security/Acl/Voter

bool supportsClass(string $class) You can override this method when writing a voter for a specific

2025-01-10 15:47:30
MutableAclProvider::findAcls()
  • References/PHP/Symfony/Component/Security/Acl/Dbal

SplObjectStorage findAcls(array $oids, array $sids = array())

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

Interfaces

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

bool isFieldGranted(AclInterface

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::insertObjectAce()
  • References/PHP/Symfony/Component/Security/Acl/Model

insertObjectAce(

2025-01-10 15:47:30
Acl::deleteObjectFieldAce()
  • References/PHP/Symfony/Component/Security/Acl/Domain

deleteObjectFieldAce(int $index, string $field) Deletes an object-field-based ACE

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
Acl::updateObjectAce()
  • References/PHP/Symfony/Component/Security/Acl/Domain

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

2025-01-10 15:47:30
Acl::serialize()
  • References/PHP/Symfony/Component/Security/Acl/Domain

string serialize() Implementation for the \Serializable interface

2025-01-10 15:47:30