PHP Класс WPCOM_VIP_Plugins_UI_List_Table, vip-mu-plugins-public

Наследование: extends WP_List_Table
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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.