| 1 | <?php |
||
| 9 | class GeneratorCommand extends Command |
||
| 10 | { |
||
| 11 | private $generator; |
||
| 12 | |||
| 13 | private $command; |
||
| 14 | |||
| 15 | public function __construct(Generator $generator, $command) |
||
| 23 | |||
| 24 | public function handle() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Get the console command arguments. |
||
| 31 | * |
||
| 32 | * @return array |
||
| 33 | */ |
||
| 34 | protected function getArguments() |
||
| 40 | } |
||
| 41 |