LdapTools\Security\Ace\AceFlags::isInherited PHP Méthode

isInherited() public méthode

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