LdapTools\Security\Ace\AceObjectFlags::objectTypesInvalid PHP Method

objectTypesInvalid() public method

Check whether object types are invalid.
public objectTypesInvalid ( ) : boolean
return boolean
    public function objectTypesInvalid()
    {
        return $this->flags === self::FLAG['OBJECT_TYPES_INVALID'];
    }