Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class Root extends RW { |
||
18 | |||
19 | /** |
||
20 | * Update HTTPS certificate |
||
21 | * |
||
22 | * @param string $pem |
||
23 | * |
||
24 | * @return boolean |
||
25 | */ |
||
26 | public function uploadCertificate($pem) { |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Get availble companies listing |
||
34 | * |
||
35 | * @param array $condition applay to listing |
||
36 | * |
||
37 | * @return array |
||
38 | */ |
||
39 | public function companies($conditions = []) { |
||
44 |