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

auditSuccessfulAccess() public method

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