1 | <?php |
||
16 | class ParseContentCommandFactory implements FactoryInterface |
||
17 | { |
||
18 | /** |
||
19 | * Get parse content command |
||
20 | * @return ParseContentCommand |
||
21 | * {@inheritDoc} |
||
22 | * @see \Zend\ServiceManager\Factory\FactoryInterface::__invoke() |
||
23 | */ |
||
24 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) : ParseContentCommand |
||
30 | } |