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