1 | <?php |
||
23 | class GenerateEntitiesCommand extends Doctrine\ORM\Tools\Console\Command\GenerateEntitiesCommand |
||
24 | { |
||
25 | |||
26 | /** |
||
27 | * @var \Kdyby\Doctrine\Tools\CacheCleaner |
||
28 | * @inject |
||
29 | */ |
||
30 | public $cacheCleaner; |
||
31 | |||
32 | |||
33 | |||
34 | public function __construct() |
||
38 | |||
39 | |||
40 | |||
41 | /** |
||
42 | * {@inheritDoc} |
||
43 | */ |
||
44 | protected function configure() |
||
49 | |||
50 | |||
51 | |||
52 | protected function initialize(InputInterface $input, OutputInterface $output) |
||
62 | |||
63 | } |
||
64 |