| 1 | <?php |
||
| 8 | class InMemoryLocatorFactory implements FactoryInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Create service |
||
| 12 | * |
||
| 13 | * @param ContainerInterface $container |
||
| 14 | * @param string $requestedName |
||
| 15 | * @param array $options |
||
| 16 | 1 | * @return InMemoryLocator |
|
| 17 | */ |
||
| 18 | 1 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
|
| 24 | } |
||
| 25 |