Свойство | Type | Description | |
---|---|---|---|
$per_page | Number of items per page |
Méthode | Description | |
---|---|---|
__construct ( ) | Get things started | |
bulk_actions ( string $which = '' ) : void | Display the key generation form | |
column_default ( array $item, string $column_name ) : string | This function renders most of the columns in the list table. | |
column_key ( array $item ) : string | Displays the public key rows | |
column_secret ( array $item ) : string | Displays the secret key rows | |
column_token ( array $item ) : string | Displays the token rows | |
column_user ( $item ) : void | Renders the column for the user field | |
get_columns ( ) : array | Retrieve the table columns | |
get_paged ( ) : integer | Retrieve the current page number | |
prepare_items ( ) : void | Setup the final data for the table | |
query ( ) : array | Performs the key query | |
total_items ( ) : integer | Retrieve count of total users with keys |
Méthode | Description | |
---|---|---|
display_tablenav ( string $which ) | Generate the table navigation above or below the table |
public bulk_actions ( string $which = '' ) : void | ||
$which | string | |
Résultat | void |
public column_key ( array $item ) : string | ||
$item | array | Contains all the data of the keys |
Résultat | string | Column Name |
public column_secret ( array $item ) : string | ||
$item | array | Contains all the data of the keys |
Résultat | string | Column Name |
public column_token ( array $item ) : string | ||
$item | array | Contains all the data of the keys |
Résultat | string | Column Name |
public column_user ( $item ) : void | ||
Résultat | void |
public get_columns ( ) : array | ||
Résultat | array | $columns Array of all the list table columns |
public prepare_items ( ) : void | ||
Résultat | void |
public total_items ( ) : integer | ||
Résultat | integer |