1 | <?php |
||
20 | final class TurboPages extends Service |
||
21 | { |
||
22 | /** |
||
23 | * @param array $SelectionCriteria |
||
24 | * @param array $FieldNames |
||
25 | * @param array|null $Page |
||
26 | * @return array|DOMDocument |
||
27 | * @throws Throwable |
||
28 | * @throws ErrorResponseException |
||
29 | * @throws Exception |
||
30 | * @see https://tech.yandex.ru/direct/doc/ref-v5/turbopages/get-docpage/ |
||
31 | */ |
||
32 | public function get($SelectionCriteria, $FieldNames, $Page = null) |
||
45 | } |
||
46 |