1 | <?php |
||
16 | final class Creatives extends Service |
||
17 | { |
||
18 | /** |
||
19 | * Возвращает параметры креативов, отвечающих заданным критериям. |
||
20 | * |
||
21 | * @param $SelectionCriteria |
||
22 | * @param $FieldNames |
||
23 | * @param $VideoExtensionCreativeFieldNames |
||
24 | * @param $CpcVideoCreativeFieldNames |
||
25 | * @param $CpmVideoCreativeFieldNames |
||
26 | * @param $Page |
||
27 | * @return array|\DOMDocument |
||
28 | * |
||
29 | * @throws \ReflectionException |
||
30 | * @throws \Yandex\Direct\Exception\ErrorResponseException |
||
31 | * @throws \Yandex\Direct\Exception\Exception |
||
32 | */ |
||
33 | public function get( |
||
49 | } |
||
50 |