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);
    }