Automattic\WooCommerce\Admin\API\Reports

GenericStatsController::get_item_properties_schema()protectedWC 1.0

Get the report's item properties schema. Will be used by get_item_schema as totals and subtotals.

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

Хуков нет.

Возвращает

Массив.

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

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

Код GenericStatsController::get_item_properties_schema() WC 9.3.1

abstract protected function get_item_properties_schema();