@@ -42,6 +42,9 @@ |
||
| 42 | 42 | return $_SESSION[$date] = $this->client->getResponse($this->getUrl(__FUNCTION__), ['date' => $date])['data']; |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | + /** |
|
| 46 | + * @param string $method |
|
| 47 | + */ |
|
| 45 | 48 | public function getUrl($method, array $params = []) |
| 46 | 49 | { |
| 47 | 50 | switch ($method) { |