LdapTools\Security\Ace\AceFlags::inheritOnly PHP Метод

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

Check or set whether the ACE does not control access to the object to which it is attached. When this is true, the ACE only controls access on those objects which inherit it.
public inheritOnly ( null $action = null )
$action null
    public function inheritOnly($action = null)
    {
        return $this->hasOrSet(self::FLAG['INHERIT_ONLY'], $action);
    }