1 | <?php |
||
16 | class MigrateAllCommandFactory implements FactoryInterface |
||
17 | { |
||
18 | /** |
||
19 | * Get command |
||
20 | * |
||
21 | * {@inheritdoc} |
||
22 | * |
||
23 | * @see \Zend\ServiceManager\Factory\FactoryInterface::__invoke() |
||
24 | * @return MigrateAllCommand |
||
25 | */ |
||
26 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
41 | } |