@@ -428,6 +428,7 @@ discard block |
||
428 | 428 | |
429 | 429 | /** |
430 | 430 | * Handles actual communication with API server. |
431 | + * @param string $method |
|
431 | 432 | */ |
432 | 433 | protected function apiCall($method, $data = array()) |
433 | 434 | { |
@@ -459,6 +460,9 @@ discard block |
||
459 | 460 | return $this->deformatNVP($response->getBody()); |
460 | 461 | } |
461 | 462 | |
463 | + /** |
|
464 | + * @param null|string $nvpstr |
|
465 | + */ |
|
462 | 466 | protected function deformatNVP($nvpstr) |
463 | 467 | { |
464 | 468 | $intial = 0; |
@@ -490,6 +494,9 @@ discard block |
||
490 | 494 | } |
491 | 495 | |
492 | 496 | |
497 | + /** |
|
498 | + * @param string $msg |
|
499 | + */ |
|
493 | 500 | protected function addDebugInfo($msg) |
494 | 501 | { |
495 | 502 | $this->Debug .= "---------//------------\n\n".$msg; |