PHP 클래스 Pressbooks\Admin\Network_Managers_List_Table

또한 보기: http://codex.wordpress.org/Class_Reference/WP_List_Table
상속: extends WP_List_Table
파일 보기 프로젝트 열기: pressbooks/pressbooks

공개 메소드들

메소드 설명
__construct ( ) ************************************************************************ Constructor.
column_display_name ( array $item ) : string ************************************************************************ Custom column method for the display_name column.
column_user_email ( array $item ) : string ************************************************************************ Custom column method for the user_email column.
column_user_login ( array $item ) : string ************************************************************************ Custom column method for the user_login column.
get_columns ( ) : array ************************************************************************ Define the table's columns and titles.
get_sortable_columns ( ) : array ************************************************************************ Define which columns are sortable.
prepare_items ( ) ************************************************************************ Prepare data for display
single_row ( object $item ) : string Set up classes for a single row based on active status

메소드 상세

__construct() 공개 메소드

*************************************************************************
public __construct ( )

column_display_name() 공개 메소드

************************************************************************ Custom column method for the display_name column.
public column_display_name ( array $item ) : string
$item array A singular item (one full row's worth of data)
리턴 string Text to be placed inside the column ************************************************************************

column_user_email() 공개 메소드

************************************************************************ Custom column method for the user_email column.
public column_user_email ( array $item ) : string
$item array A singular item (one full row's worth of data)
리턴 string Text to be placed inside the column ************************************************************************

column_user_login() 공개 메소드

************************************************************************ Custom column method for the user_login column.
public column_user_login ( array $item ) : string
$item array A singular item (one full row's worth of data)
리턴 string HTML to be placed inside the column ************************************************************************

get_columns() 공개 메소드

************************************************************************ Define the table's columns and titles.
public get_columns ( ) : array
리턴 array An associative array containing column information: 'slugs'=>'Visible Titles' ************************************************************************

get_sortable_columns() 공개 메소드

************************************************************************ Define which columns are sortable.
public get_sortable_columns ( ) : array
리턴 array An associative array containing all the columns that should be sortable: 'slugs'=>array('data_values',bool) ************************************************************************

prepare_items() 공개 메소드

************************************************************************ Prepare data for display
public prepare_items ( )

single_row() 공개 메소드

Set up classes for a single row based on active status
public single_row ( object $item ) : string
$item object The current item
리턴 string A row of cells