LdapTools\Security\Ace\AceFlags::auditFailedAccess PHP Method

auditFailedAccess() public method

Whether or not the ACE should generate audit messages for failed access attempts (only valid in the SACL).
public auditFailedAccess ( null | boolean $action = null )
$action null | boolean
    public function auditFailedAccess($action = null)
    {
        return $this->hasOrSet(self::FLAG['FAILED_ACCESS'], $action);
    }