PHP Класс WC_Report_Sales_By_Category

Автор: WooThemes
Наследование: extends WC_Admin_Report
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$chart_colours array Chart colours.
$show_categories array Categories ids.

Открытые методы

Метод Описание
__construct ( ) Constructor.
category_widget ( ) Output category widget.
get_chart_legend ( ) : array Get the legend for the main chart sidebar.
get_chart_widgets ( ) : array Get chart widgets.
get_export_button ( ) Output an export link.
get_main_chart ( ) : string Get the main chart.
get_products_in_category ( integer $category_id ) : array Get all product ids in a category (and its children).
output_report ( ) Output the report.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( )

category_widget() публичный Метод

Output category widget.
public category_widget ( )

get_chart_legend() публичный Метод

Get the legend for the main chart sidebar.
public get_chart_legend ( ) : array
Результат array

get_chart_widgets() публичный Метод

Get chart widgets.
public get_chart_widgets ( ) : array
Результат array

get_export_button() публичный Метод

Output an export link.
public get_export_button ( )

get_main_chart() публичный Метод

Get the main chart.
public get_main_chart ( ) : string
Результат string

get_products_in_category() публичный Метод

Get all product ids in a category (and its children).
public get_products_in_category ( integer $category_id ) : array
$category_id integer
Результат array

output_report() публичный Метод

Output the report.
public output_report ( )

Описание свойств

$chart_colours публичное свойство

Chart colours.
public array $chart_colours
Результат array

$show_categories публичное свойство

Categories ids.
public array $show_categories
Результат array