| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class OutletList extends RequestPage |
||
| 12 | { |
||
| 13 | public $method = 'GET'; |
||
| 14 | protected $path = '/API/v2/OutletList'; |
||
| 15 | |||
| 16 | /** @var string Идентификатор */ |
||
| 17 | public $id = ''; |
||
| 18 | |||
| 19 | /** @var string Статус */ |
||
| 20 | public $status = ''; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @inheritDoc |
||
| 24 | */ |
||
| 25 | public function getPropertyMap(): array |
||
| 30 | ]); |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @inheritDoc |
||
| 35 | */ |
||
| 36 | public function getRuleList(): array |
||
| 48 |