| 1 | <?php |
||
| 19 | class ContextBuilderFactory implements FactoryInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @inheritdoc |
||
| 23 | * |
||
| 24 | * @param ServiceLocatorInterface $serviceLocator |
||
| 25 | * |
||
| 26 | * @return ContextBuilder |
||
| 27 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
| 28 | */ |
||
| 29 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 39 | |||
| 40 | } |
||
| 41 |