AuditLoggerInterface
  • References/PHP/Symfony/Component/Security/Acl/Model

interface AuditLoggerInterface Interface for audit loggers Methods

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

bool isEntriesInheriting() Whether this ACL is inheriting ACEs from a parent ACL.

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

AclInterface findAcl(

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

class SecurityIdentityRetrievalStrategy implements

2025-01-10 15:47:30
MaskBuilder::getPattern()
  • References/PHP/Symfony/Component/Security/Acl/Permission

string getPattern() Returns a human-readable representation of the permission

2025-01-10 15:47:30
AclVoter::supportsAttribute()
  • References/PHP/Symfony/Component/Security/Acl/Voter

bool supportsAttribute(string $attribute) Checks if the voter supports the given attribute.

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

deleteAcl(

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

setParentAcl(AclInterface $acl

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

string getType() Returns a type for the domain object. Typically, this is the PHP class name

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

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

2025-01-10 15:47:30