| 1 | <?php |
||
| 7 | class ResponseModelOffersGet extends PagedModel |
||
| 8 | { |
||
| 9 | protected $regionDelimiterPosition = null; |
||
| 10 | |||
| 11 | protected $filters = null; |
||
| 12 | |||
| 13 | protected $metadata = null; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Constructor |
||
| 17 | * |
||
| 18 | * @param array $data |
||
| 19 | */ |
||
| 20 | public function __construct($data = array()) |
||
| 24 | |||
| 25 | protected $mappingClasses = [ |
||
| 26 | 'items' => 'Yandex\Market\Content\Models\Offers', |
||
| 27 | 'filters' => 'Yandex\Market\Content\Models\Filters' |
||
| 28 | ]; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Retrieve the $regionDelimiterPosition property |
||
| 32 | * |
||
| 33 | * @return int|null |
||
| 34 | */ |
||
| 35 | public function getRegionDelimiterPosition() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * Retrieve the metadata property |
||
| 42 | * |
||
| 43 | * @return Offers|null |
||
| 44 | */ |
||
| 45 | public function getMetadata() |
||
| 49 | } |
||
| 50 |