Total Complexity | 3 |
Total Lines | 52 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class SetStaticCacheModeCommand extends AbstractCommand |
||
10 | { |
||
11 | /** |
||
12 | * @var string |
||
13 | */ |
||
14 | private $siteId; |
||
15 | |||
16 | /** |
||
17 | * @var string |
||
18 | */ |
||
19 | private $certificatePath; |
||
|
|||
20 | |||
21 | /** |
||
22 | * @var string |
||
23 | */ |
||
24 | private $privateKeyPath; |
||
25 | |||
26 | protected function configure() |
||
34 | ; |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @param InputInterface $input |
||
39 | * @param OutputInterface $output |
||
40 | */ |
||
41 | protected function initialize(InputInterface $input, OutputInterface $output) |
||
46 | } |
||
47 | |||
48 | /** |
||
49 | * @param InputInterface $input |
||
50 | * @param OutputInterface $output |
||
51 | * |
||
52 | * @return int |
||
53 | */ |
||
54 | protected function execute(InputInterface $input, OutputInterface $output) |
||
63 |