bool isAuditSuccess() Whether auditing for successful denies is turned on Return Value bool
class AuditLogger implements AuditLoggerInterface Base audit logger implementation Methods logIfNeeded(bool $granted, EntryInterface $ace) Performs some checks if logging was requested Details logIfNeeded(bool $granted, EntryInterface $ace) Performs some checks if logging was requested Parameters bool $granted EntryInterface $ace
updateObjectFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates auditing for object-field-based ACE Parameters int $index string $field bool $auditSuccess bool $auditFailure
updateClassFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates auditing for class-field-based ACE Parameters int $index string $field bool $auditSuccess bool $auditFailure
interface AuditableAclInterface implements MutableAclInterface This interface adds auditing capabilities to the ACL. Methods array getClassAces() Returns all class-based ACEs associated with this ACL from AclInterface array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this ACL from AclInterface array getObjectAces() Returns all object-based ACEs associated with this ACL from AclInterface array getObjectFieldAces(string $field) Returns al
updateObjectAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for object-based ACE Parameters int $index bool $auditSuccess bool $auditFailure
updateClassAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for class-based ACE Parameters int $index bool $auditSuccess bool $auditFailure
NodeInterface getSelector() Return Value NodeInterface
string getValue() Return Value string
Specificity getSpecificity() Returns node's specificity. Return Value Specificity
Page 728 of 787