PHP 클래스 WC_Report_Sales_By_Category

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

공개 프로퍼티들

프로퍼티 타입 설명
$chart_colours array Chart colours.
$show_categories array Categories ids.

공개 메소드들

메소드 설명
__construct ( ) Constructor.
category_widget ( ) Output category 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.
get_products_in_category ( integer $category_id ) : array Get all product ids in a category (and its children).
output_report ( ) Output the report.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

category_widget() 공개 메소드

Output category widget.
public category_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

get_products_in_category() 공개 메소드

Get all product ids in a category (and its children).
public get_products_in_category ( integer $category_id ) : array
$category_id integer
리턴 array

output_report() 공개 메소드

Output the report.
public output_report ( )

프로퍼티 상세

$chart_colours 공개적으로 프로퍼티

Chart colours.
public array $chart_colours
리턴 array

$show_categories 공개적으로 프로퍼티

Categories ids.
public array $show_categories
리턴 array