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