LdapTools\Security\Ace\AceFlags::isInherited PHP Method

isInherited() public method

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