PHP Класс WC_Report_Coupon_Usage

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

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

Свойство Тип Описание
$chart_colours array Chart colours.
$coupon_codes array Coupon codes.

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

Метод Описание
__construct ( ) Constructor.
coupons_widget ( ) Output coupons 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.
output_report ( ) Output the report.

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

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

Constructor.
public __construct ( )

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

Output coupons widget.
public coupons_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

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

Output the report.
public output_report ( )

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

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

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

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

Coupon codes.
public array $coupon_codes
Результат array