LdapTools\Security\Ace\AceObjectFlags::inheritedObjectTypePresent PHP Метод

inheritedObjectTypePresent() публичный Метод

Check or set whether an inherited object type is present. This is done automatically when setting it on the ACE.
public inheritedObjectTypePresent ( null | boolean $action = null )
$action null | boolean
    public function inheritedObjectTypePresent($action = null)
    {
        return $this->hasOrSet(self::FLAG['INHERITED_OBJECT_TYPE_PRESENT'], $action);
    }