PHP 클래스 WC_Report_Customers

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

공개 프로퍼티들

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