FluentDOM\Serializer\Factory\Group::offsetExists PHP Method

offsetExists() public method

public offsetExists ( $contentType )
    public function offsetExists($contentType)
    {
        $contentType = $this->normalizeContentType($contentType);
        return array_key_exists($contentType, $this->_factories);
    }