1 | <?php |
||
19 | class ContentParserFactory implements FactoryInterface |
||
20 | { |
||
21 | /** |
||
22 | * Get content parser |
||
23 | * |
||
24 | * @return ContentParser |
||
25 | * {@inheritDoc} |
||
26 | * @see \Zend\ServiceManager\Factory\FactoryInterface::__invoke() |
||
27 | */ |
||
28 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) : ContentParser |
||
38 | } |