PHP 클래스 WC_Report_Sales_By_Product

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

공개 프로퍼티들

프로퍼티 타입 설명
$chart_colours array Chart colours.
$product_ids array Product ids.
$product_ids_titles array Product ids with titles.

공개 메소드들

메소드 설명
__construct ( ) Constructor.
current_filters ( ) Output current filters.
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.
products_widget ( ) Output products widget.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

current_filters() 공개 메소드

Output current filters.
public current_filters ( )

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 ( )

products_widget() 공개 메소드

Output products widget.
public products_widget ( )

프로퍼티 상세

$chart_colours 공개적으로 프로퍼티

Chart colours.
public array $chart_colours
리턴 array

$product_ids 공개적으로 프로퍼티

Product ids.
public array $product_ids
리턴 array

$product_ids_titles 공개적으로 프로퍼티

Product ids with titles.
public array $product_ids_titles
리턴 array