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

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

Check or set the ability to read permissions on this object, read all the properties on this object, list this object name when the parent container is listed, and list the contents of this object if it is a container.
public readAll ( null | boolean $action = null )
$action null | boolean
    public function readAll($action = null)
    {
        return $this->hasOrSet(self::FLAG['GENERIC_READ'], $action);
    }