PHP 클래스 WC_Report_Coupon_Usage

상속: extends WC_Admin_Report
파일 보기 프로젝트 열기: woocommerce/woocommerce

공개 프로퍼티들

프로퍼티 타입 설명
$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