Symfony2 API
Interface

Symfony\Component\Security\Acl\Model\AuditLoggerInterface

interface AuditLoggerInterface

Interface for audit loggers

Methods

logIfNeeded(Boolean $granted, EntryInterface $ace)

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

Details

at line 28
public logIfNeeded(Boolean $granted, EntryInterface $ace)

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

Parameters

Boolean $granted
EntryInterface $ace