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

isInherited() 공개 메소드

Check whether or not the ACE is inherited.
public isInherited ( ) : boolean
리턴 boolean
    public function isInherited()
    {
        return $this->has(self::FLAG['INHERITED']);
    }