| 1 | <?php |
||
| 12 | final class LazyCommand extends Command |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var ContainerInterface |
||
| 16 | */ |
||
| 17 | private $container; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @var string |
||
| 21 | */ |
||
| 22 | private $serviceId; |
||
| 23 | |||
| 24 | 2 | public function __construct( |
|
| 41 | |||
| 42 | /** |
||
| 43 | * @return int|null |
||
| 44 | */ |
||
| 45 | 2 | protected function execute(Input $input, Output $output) |
|
| 51 | } |
||
| 52 |