@@ -204,6 +204,9 @@ |
||
204 | 204 | } |
205 | 205 | } |
206 | 206 | |
207 | + /** |
|
208 | + * @param string $url |
|
209 | + */ |
|
207 | 210 | public static function makeUrlRequst($url, $options) { |
208 | 211 | $method = isset($options['method']) ? $options['method'] : 'GET'; |
209 | 212 | $query = isset($options['query']) ? |
@@ -103,6 +103,9 @@ |
||
103 | 103 | return $ablocations; |
104 | 104 | } |
105 | 105 | |
106 | + /** |
|
107 | + * @param AddressBookLocation $params |
|
108 | + */ |
|
106 | 109 | public static function addAdressBookLocation($params) |
107 | 110 | { |
108 | 111 | $ablocations = Route4Me::makeRequst(array( |
@@ -59,6 +59,9 @@ |
||
59 | 59 | return $order; |
60 | 60 | } |
61 | 61 | |
62 | + /** |
|
63 | + * @param Order $params |
|
64 | + */ |
|
62 | 65 | public static function addOrder($params) |
63 | 66 | { |
64 | 67 | $response = Route4Me::makeRequst(array( |