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

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

Check or set the ability to create or delete child objects, delete a subtree, read and write properties, examine child objects and the object itself, add and remove the object from the directory, and read or write with an extended right.
public fullControl ( null | boolean $action = null )
$action null | boolean
    public function fullControl($action = null)
    {
        return $this->hasOrSet(self::FLAG['GENERIC_ALL'], $action);
    }