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