FluentDOM\Serializer\Factory\Group::offsetGet PHP Méthode

offsetGet() public méthode

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