1 | <?php |
||
10 | class ExtensionsCheck implements SimpleCheck, CommandConfigAware |
||
11 | { |
||
12 | /** |
||
13 | * @var array |
||
14 | */ |
||
15 | protected $_commandConfig; |
||
16 | |||
17 | /** |
||
18 | * @param ResultCollection $results |
||
19 | */ |
||
20 | public function check(ResultCollection $results) |
||
34 | |||
35 | /** |
||
36 | * @param array $commandConfig |
||
37 | */ |
||
38 | public function setCommandConfig(array $commandConfig) |
||
42 | } |
||
43 |