ObjectIdentityInterface::getIdentifier()
  • References/PHP/Symfony/Component/Security/Acl/Model

string getIdentifier() Obtains a unique identifier for this object. The identifier must not be

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

bool isGranted(array $masks, array $securityIdentities, bool $administrativeMode = false) Determines

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

interface EntryInterface implements Serializable

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

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

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

updateClassFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates

2025-01-10 15:47:30
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
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
ObjectIdentityInterface
  • References/PHP/Symfony/Component/Security/Acl/Model

interface ObjectIdentityInterface Represents the identity of an individual domain object instance

2025-01-10 15:47:30