LdapTools\Security\Ace\AceFlags::objectInherit PHP 메소드

objectInherit() 공개 메소드

Check or set whether objects should inherit this ACE.
public objectInherit ( null | boolean $action = null )
$action null | boolean
    public function objectInherit($action = null)
    {
        return $this->hasOrSet(self::FLAG['OBJECT_INHERIT'], $action);
    }