| 1 | <?php |
||
| 19 | final class Businesses extends \Gladyshev\Yandex\Direct\AbstractService |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @param array $SelectionCriteria |
||
| 23 | * @param array $FieldNames |
||
| 24 | * @param array $Page |
||
| 25 | * |
||
| 26 | * @return array|\DOMDocument |
||
| 27 | * |
||
| 28 | * @throws \ReflectionException |
||
| 29 | * @throws \Yandex\Direct\Exception\ErrorResponseException |
||
| 30 | * @throws \Yandex\Direct\Exception\Exception |
||
| 31 | * |
||
| 32 | * @see https://yandex.ru/dev/direct/doc/ref-v5/businesses/get-docpage/ |
||
| 33 | */ |
||
| 34 | public function get( |
||
| 46 | } |
||
| 47 |