FluentDOM\Serializer\Factory\Group::offsetExists PHP Метод

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

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