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.
Return
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 9.6.1
abstract protected function get_item_properties_schema();