PHP 클래스 Application_Passwords_List_Table

부터: 0.1-dev
상속: extends WP_List_Table
파일 보기 프로젝트 열기: georgestephanis/application-passwords 1 사용 예제들

공개 메소드들

메소드 설명
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.