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

offsetGet() public method

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