1 | <?php |
||
20 | class InfoCommand extends OrmDelegateCommand |
||
21 | { |
||
22 | |||
23 | /** |
||
24 | * @var \Kdyby\Doctrine\Tools\CacheCleaner |
||
25 | * @inject |
||
26 | */ |
||
27 | public $cacheCleaner; |
||
28 | |||
29 | public function __construct() |
||
33 | |||
34 | protected function initialize(InputInterface $input, OutputInterface $output) |
||
40 | |||
41 | protected function createCommand() |
||
45 | |||
46 | } |
||
47 |