MutableAclInterface::getId()
  • References/PHP/Symfony/Component/Security/Acl/Model

int getId() Returns the primary key of this ACL

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

evictFromCacheById(string $primaryKey) Removes an ACL from the cache

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

putInCache(AclInterface $acl)

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

bool equals(

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

array getObjectAces() Returns all object-based ACEs associated with this ACL

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

insertClassFieldAce(string $field,

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

setParentAcl(AclInterface $acl

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

insertObjectFieldAce(string $field,

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

int getId() The primary key of this ACE

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

interface DomainObjectInterface This method can be implemented by domain objects which you want

2025-01-10 15:47:30