Automattic\WooCommerce\RestApi\Routes\V4

AbstractController::get_query_schemaprotectedWC 1.0

Get the collection args schema.

Метод класса: AbstractController{}

Хуков нет.

Возвращает

Массив.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_query_schema(): array;

Код AbstractController::get_query_schema() WC 10.3.6

protected function get_query_schema(): array {
	return array();
}