| 1 | <?php |
||
| 18 | class WorkflowToolsFactory implements FactoryInterface |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @param ServiceLocatorInterface $serviceLocator |
||
| 22 | * |
||
| 23 | * @return WorkflowTools |
||
| 24 | * |
||
| 25 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
| 26 | */ |
||
| 27 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 42 | } |
||
| 43 |