@@ -120,6 +120,9 @@ discard block |
||
| 120 | 120 | return $this->requestBody; |
| 121 | 121 | } |
| 122 | 122 | |
| 123 | + /** |
|
| 124 | + * @param string $type |
|
| 125 | + */ |
|
| 123 | 126 | public function addFeature($type, $maxResults = 1) |
| 124 | 127 | { |
| 125 | 128 | |
@@ -206,6 +209,9 @@ discard block |
||
| 206 | 209 | $this->key = $key; |
| 207 | 210 | } |
| 208 | 211 | |
| 212 | + /** |
|
| 213 | + * @param string $url |
|
| 214 | + */ |
|
| 209 | 215 | protected function requestServer($url, $data) |
| 210 | 216 | { |
| 211 | 217 | $ch = curl_init(); |