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.

Method of the class: GenericStatsController{}

No Hooks.

Return

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_item_properties_schema();

GenericStatsController::get_item_properties_schema() code WC 9.6.1

abstract protected function get_item_properties_schema();