PHP Class Application_Passwords_List_Table

Since: 0.1-dev
Inheritance: extends WP_List_Table
Afficher le fichier Open project: georgestephanis/application-passwords Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

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 méthode

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 méthode

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

prepare_items() public méthode

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

single_row() public méthode

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