PHP Класс WC_Report_Customers

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

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

Свойство Тип Описание
$chart_colours array Chart colours.
$customers array Customers.

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

Метод Описание
customers_vs_guests ( ) Output customers vs guests chart.
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 ( ) Output the main chart.
output_report ( ) Output the report.

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

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

Output customers vs guests chart.
public customers_vs_guests ( )

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() публичный Метод

Output the main chart.
public get_main_chart ( )

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

Output the report.
public output_report ( )

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

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

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

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

Customers.
public array $customers
Результат array