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 AuditLoggerInterface

Interface for audit loggers

Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at AuditLoggerInterface.php
Methods summary
public
# logIfNeeded( boolean $granted, Symfony\Component\Security\Acl\Model\EntryInterface $ace )

This method is called whenever access is granted, or denied, and administrative mode is turned off.

This method is called whenever access is granted, or denied, and administrative mode is turned off.

Parameters

$granted
boolean
$granted
$ace
Symfony\Component\Security\Acl\Model\EntryInterface
$ace
Arbiter API documentation generated by ApiGen 2.8.0