Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | protected function configure() |
||
20 | { |
||
21 | $this->setDescription('Generates hydrators cache files') |
||
22 | ->addArgument('cache-path', InputArgument::REQUIRED, 'The path of the directory for the cached files') |
||
23 | ->addArgument('class', InputArgument::REQUIRED, 'The FQCN of the class to generate proxy for'); |
||
24 | } |
||
25 | |||
44 |