PHP 클래스 WPCOM_VIP_Plugins_UI_List_Table, vip-mu-plugins-public

상속: extends WP_List_Table
파일 보기 프로젝트 열기: Automattic/vip-mu-plugins-public 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor. Sets up the list table.
display_rows ( ) Handles outputting the markup for each row of the list table.
get_columns ( ) Column names
get_table_classes ( ) : array Return an array of CSS classes to apply to the list table.
no_items ( ) Output an error message if no VIP plugins were found to show in the list table.
prepare_items ( ) Fetch the list of VIP plugins to display in the list table.
single_row ( string $plugin_file ) Handles outputting the markup for a single row of the list table.

메소드 상세

__construct() 공개 메소드

Constructor. Sets up the list table.
public __construct ( )

display_rows() 공개 메소드

Handles outputting the markup for each row of the list table.
public display_rows ( )

get_columns() 공개 메소드

Column names
public get_columns ( )

get_table_classes() 공개 메소드

Return an array of CSS classes to apply to the list table.
public get_table_classes ( ) : array
리턴 array

no_items() 공개 메소드

Output an error message if no VIP plugins were found to show in the list table.
public no_items ( )

prepare_items() 공개 메소드

Fetch the list of VIP plugins to display in the list table.
public prepare_items ( )

single_row() 공개 메소드

Handles outputting the markup for a single row of the list table.
public single_row ( string $plugin_file )
$plugin_file string The filename of the plugin being handled.