Skip to content

Commit

Permalink
Исправлен readme.md добавлена информация о фильтре мотоциклов.
Browse files Browse the repository at this point in the history
  • Loading branch information
antflk committed Jun 29, 2017
1 parent bcd0e75 commit 3c16567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $tecDocRestClient->setHost
```php
//$carType - тип автомобиля. 0 - все, 1 - легковые, 2- грузовые, 3-малотонажные
//$motorcyclesFilter - фильтрация по мотоциклам. 0 - все, 1 - только автомобили, 2 - только мотоциклы
$manufacturers = $tecDocRestClient->getManufacturers($carType);
$manufacturers = $tecDocRestClient->getManufacturers($carType, $motorcyclesFilter);
```

Получение списка моделей:
Expand Down

0 comments on commit 3c16567

Please sign in to comment.