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