Overview

Namespaces

  • PHP
  • ProgrammingAreHard
    • Arbiter
      • Domain
      • Model
  • Symfony
    • Component
      • Security
        • Acl
          • Exception
          • Model
          • Permission
        • Core
          • User

Interfaces

  • AclCacheInterface
  • AclInterface
  • AclProviderInterface
  • AuditableAclInterface
  • AuditableEntryInterface
  • AuditLoggerInterface
  • DomainObjectInterface
  • EntryInterface
  • FieldEntryInterface
  • MutableAclInterface
  • MutableAclProviderInterface
  • ObjectIdentityInterface
  • ObjectIdentityRetrievalStrategyInterface
  • PermissionGrantingStrategyInterface
  • SecurityIdentityInterface
  • SecurityIdentityRetrievalStrategyInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface AuditableEntryInterface

ACEs can implement this interface if they support auditing capabilities.

Symfony\Component\Security\Acl\Model\AuditableEntryInterface implements Symfony\Component\Security\Acl\Model\EntryInterface
Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at AuditableEntryInterface.php
Methods summary
public boolean
# isAuditFailure( )

Whether auditing for successful grants is turned on

Whether auditing for successful grants is turned on

Returns

boolean
public boolean
# isAuditSuccess( )

Whether auditing for successful denies is turned on

Whether auditing for successful denies is turned on

Returns

boolean
Methods inherited from Symfony\Component\Security\Acl\Model\EntryInterface
getAcl(), getId(), getMask(), getSecurityIdentity(), getStrategy(), isGranting()
Methods inherited from Serializable
serialize(), unserialize()
Arbiter API documentation generated by ApiGen 2.8.0