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

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

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