@@ -21,6 +21,9 @@ |
||
21 | 21 | return parent::__construct(Config::inst()->get("EdmundsAPI", "api_key"), self::$_cache); |
22 | 22 | } |
23 | 23 | |
24 | + /** |
|
25 | + * @param string $call |
|
26 | + */ |
|
24 | 27 | public static function get_data($call, $params) |
25 | 28 | { |
26 | 29 | if (substr($call, 0, 1) !== "/") { |
@@ -87,6 +87,9 @@ |
||
87 | 87 | } |
88 | 88 | |
89 | 89 | |
90 | + /** |
|
91 | + * @param string $key |
|
92 | + */ |
|
90 | 93 | public function getValue($key) |
91 | 94 | { |
92 | 95 | $value = Session::get("EVCSelectPage_".$key); |