| 1 | <?php |
||
| 10 | class TacticianCommandBusPluginFactory implements FactoryInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Create service |
||
| 14 | * |
||
| 15 | * @param ContainerInterface $pm |
||
| 16 | * @param string $requestedName |
||
| 17 | * @param array $options |
||
| 18 | 2 | * @return TacticianCommandBusPlugin |
|
| 19 | */ |
||
| 20 | 2 | public function __invoke(ContainerInterface $pm, $requestedName, array $options = null) |
|
| 26 | } |
||
| 27 |