| 1 | <?php |
||
| 20 | class AnalyzeCommand extends Command { |
||
| 21 | /** |
||
| 22 | * @var Engine|null |
||
| 23 | */ |
||
| 24 | protected $engine = null; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | */ |
||
| 29 | 1 | public function pull_deps_from($dic) { |
|
| 32 | |||
| 33 | /** |
||
| 34 | * @inheritdoc |
||
| 35 | */ |
||
| 36 | 1 | public function configure() { |
|
| 52 | |||
| 53 | /** |
||
| 54 | * @inheritdoc |
||
| 55 | */ |
||
| 56 | 1 | public function execute(InputInterface $input, OutputInterface $output) { |
|
| 60 | } |
||
| 61 |