| 1 | <?php |
||
| 26 | class OfferClient extends ContentClient |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * Get offer information |
||
| 30 | * |
||
| 31 | * Returns offer of Yandex.Market service according to params. |
||
| 32 | * @see https://tech.yandex.ru/market/content-data/doc/dg/reference/offer-id-docpage/ |
||
| 33 | * |
||
| 34 | * @param string $offerId |
||
| 35 | * @param array $params |
||
| 36 | * |
||
| 37 | * @return Models\ResponseOfferGet |
||
| 38 | */ |
||
| 39 | public function get($offerId, $params = array()) |
||
| 49 | } |