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