Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/reviewx/vendor/nahid/apiz/src/GraphQL/GraphQLRequest.php
Назад
<?php declare (strict_types=1); namespace Rvx\Apiz\GraphQL; class GraphQLRequest extends AbstractRequest { protected string $query; protected array $variables; public function __construct(string $query, array $variables = []) { $this->query = $query; $this->variables = $variables; } public function query() : string { return $this->query; } public function variables() : array { return $this->variables; } }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка