PHP Класс Application_Passwords_List_Table

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

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

Метод Описание
get_columns ( ) : array Get a list of columns.
prepare_items ( ) Prepares the list of items for displaying.
single_row ( object $item ) Generates content for a single row of the table.

Защищенные методы

Метод Описание
column_default ( object $item, string $column_name ) Generates content for a single row of the table
display_tablenav ( string $which ) Generates custom table navigation to prevent conflicting nonces.

Описание методов

column_default() защищенный Метод

Generates content for a single row of the table
С версии: 0.1-dev
protected column_default ( object $item, string $column_name )
$item object The current item.
$column_name string The current column name.

display_tablenav() защищенный Метод

Generates custom table navigation to prevent conflicting nonces.
С версии: 0.1-dev
protected display_tablenav ( string $which )
$which string The location of the bulk actions: 'top' or 'bottom'.

get_columns() публичный Метод

Get a list of columns.
С версии: 0.1-dev
public get_columns ( ) : array
Результат array

prepare_items() публичный Метод

Prepares the list of items for displaying.
С версии: 0.1-dev
public prepare_items ( )

single_row() публичный Метод

Generates content for a single row of the table.
С версии: 0.1-dev
public single_row ( object $item )
$item object The current item.