apps/encryption/lib/Command/DisableMasterKey.php 1 location
|
@@ 50-58 (lines=9) @@
|
| 47 |
|
* @param IConfig $config |
| 48 |
|
* @param QuestionHelper $questionHelper |
| 49 |
|
*/ |
| 50 |
|
public function __construct(Util $util, |
| 51 |
|
IConfig $config, |
| 52 |
|
QuestionHelper $questionHelper) { |
| 53 |
|
|
| 54 |
|
$this->util = $util; |
| 55 |
|
$this->config = $config; |
| 56 |
|
$this->questionHelper = $questionHelper; |
| 57 |
|
parent::__construct(); |
| 58 |
|
} |
| 59 |
|
|
| 60 |
|
protected function configure() { |
| 61 |
|
$this |
apps/encryption/lib/Command/EnableMasterKey.php 1 location
|
@@ 51-59 (lines=9) @@
|
| 48 |
|
* @param IConfig $config |
| 49 |
|
* @param QuestionHelper $questionHelper |
| 50 |
|
*/ |
| 51 |
|
public function __construct(Util $util, |
| 52 |
|
IConfig $config, |
| 53 |
|
QuestionHelper $questionHelper) { |
| 54 |
|
|
| 55 |
|
$this->util = $util; |
| 56 |
|
$this->config = $config; |
| 57 |
|
$this->questionHelper = $questionHelper; |
| 58 |
|
parent::__construct(); |
| 59 |
|
} |
| 60 |
|
|
| 61 |
|
protected function configure() { |
| 62 |
|
$this |