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

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

public offsetGet ( $contentType )
    public function offsetGet($contentType)
    {
        $contentType = $this->normalizeContentType($contentType);
        return $this->_factories[$contentType];
    }