1 | <?php |
||
17 | class CreateDatabases implements CommandInterface |
||
18 | { |
||
19 | /** |
||
20 | * @var EventDispatcher |
||
21 | */ |
||
22 | private $eventDispatcher; |
||
23 | |||
24 | 1 | public function __construct(EventDispatcher $eventDispatcher) |
|
28 | |||
29 | public function configure(Command $command) |
||
36 | |||
37 | 1 | public function execute(InputInterface $input, OutputInterface $output) |
|
45 | } |
||
46 |