LdapTools\Security\Ace\AceRights::controlAccess PHP Метод

controlAccess() публичный Метод

Check or set control access rights. These control specific actions/operations on an object or attribute.
См. также: https://msdn.microsoft.com/en-us/library/cc223512.aspx
public controlAccess ( null | boolean $action = null )
$action null | boolean
    public function controlAccess($action = null)
    {
        return $this->hasOrSet(self::FLAG['DS_CONTROL_ACCESS'], $action);
    }