Automattic\WooCommerce\RestApi\Routes\V4
AbstractController::get_query_schema
Get the collection args schema.
Метод класса: AbstractController{}
Хуков нет.
Возвращает
Массив.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_query_schema(): array;
Код AbstractController::get_query_schema() AbstractController::get query schema WC 10.3.6
protected function get_query_schema(): array {
return array();
}