PHP Class Application_Passwords_List_Table

Since: 0.1-dev
Inheritance: extends WP_List_Table
Datei anzeigen Open project: georgestephanis/application-passwords Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Method Details

column_default() protected method

Generates content for a single row of the table
Since: 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() protected method

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

get_columns() public method

Get a list of columns.
Since: 0.1-dev
public get_columns ( ) : array
return array

prepare_items() public method

Prepares the list of items for displaying.
Since: 0.1-dev
public prepare_items ( )

single_row() public method

Generates content for a single row of the table.
Since: 0.1-dev
public single_row ( object $item )
$item object The current item.