PHP Class WC_Report_Coupon_Usage

Inheritance: extends WC_Admin_Report
Afficher le fichier Open project: woocommerce/woocommerce

Méthodes publiques

Свойство Type Description
$chart_colours array Chart colours.
$coupon_codes array Coupon codes.

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

coupons_widget() public méthode

Output coupons widget.
public coupons_widget ( )

get_chart_legend() public méthode

Get the legend for the main chart sidebar.
public get_chart_legend ( ) : array
Résultat array

get_chart_widgets() public méthode

Get chart widgets.
public get_chart_widgets ( ) : array
Résultat array

get_export_button() public méthode

Output an export link.
public get_export_button ( )

get_main_chart() public méthode

Get the main chart.
public get_main_chart ( ) : string
Résultat string

output_report() public méthode

Output the report.
public output_report ( )

Property Details

$chart_colours public_oe property

Chart colours.
public array $chart_colours
Résultat array

$coupon_codes public_oe property

Coupon codes.
public array $coupon_codes
Résultat array