Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | public function prolongateKey($ApiKey, $month = 12) |
||
22 | { |
||
23 | $this->calledMethod = 'prolongateApiKey'; |
||
24 | |||
25 | $this->methodProperties['ApiKey'] = $ApiKey; |
||
26 | $this->methodProperties['prolongateMounthCount'] = $month; |
||
27 | |||
28 | return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties); |
||
29 | } |
||
31 |