Automattic\WooCommerce\Admin\API\Reports
GenericStatsController::get_item_properties_schema
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.
Returns
Array.
Usage
// protected - for code of main (parent) or child class $result = $this->get_item_properties_schema();
GenericStatsController::get_item_properties_schema() GenericStatsController::get item properties schema code WC 10.5.0
abstract protected function get_item_properties_schema();