| 1 | <?php |
||
| 17 | * |
||
| 18 | * @param $AdImages |
||
| 19 | * @return array |
||
| 20 | * @throws \Throwable |
||
| 21 | * |
||
| 22 | * @see https://tech.yandex.ru/direct/doc/ref-v5/adimages/add-docpage/ |
||
| 23 | */ |
||
| 24 | public function add($AdImages) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Удаляет изображения. |
||
| 36 | * |
||
| 37 | * @param $SelectionCriteria |
||
| 38 | * @return mixed |
||
| 39 | * @throws \Throwable |
||
| 40 | * |
||
| 41 | * @see https://tech.yandex.ru/direct/doc/ref-v5/adimages/delete-docpage/ |
||
| 42 | */ |
||
| 43 | public function delete($SelectionCriteria) |
||
| 52 | |||
| 53 | /** |
||
| 54 | * Возвращает изображения, отвечающие заданным критериям. |
||
| 55 | * |
||
| 56 | * @param $SelectionCriteria |
||
| 57 | * @param $FieldNames |
||
| 58 | * @param $Page |
||
| 59 | * @return array |
||
| 60 | * @throws \Throwable |
||
| 61 | * @throws \ReflectionException |
||
| 62 | * |
||
| 63 | * @see https://tech.yandex.ru/direct/doc/ref-v5/adimages/get-docpage/ |
||
| 64 | */ |
||
| 65 | public function get($SelectionCriteria, $FieldNames, $Page = null) |
||
| 74 | } |
||
| 75 |