\Buoy_Team_Membership_List_Table

Buoy Team membership admin interface.

Summary

Methods
Properties
Constants
__construct()
prepare_items()
get_columns()
column_default()
column_cb()
column_confirmed()
column_team_name()
no_items()
get_bulk_actions()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
get_items()
$post_type
N/A

Properties

$post_type

$post_type : string

The post type being listed.

Type

string

Methods

__construct()

__construct(string  $post_type) 

Constructor.

Parameters

string $post_type

The post type that this table lists.

prepare_items()

prepare_items() 

get_columns()

get_columns() 

column_default()

column_default(  $item,   $column_name) 

Parameters

$item
$column_name

column_cb()

column_cb(  $item) 

Parameters

$item

column_confirmed()

column_confirmed(  $item) 

Parameters

$item

column_team_name()

column_team_name(  $item) 

Custom column output for the "Team Name" column, used to make the row actions specific to this column.

Parameters

$item

no_items()

no_items() 

get_bulk_actions()

get_bulk_actions() 

get_items()

get_items() : array

Gets the items (teams) from the WordPress database.

Returns

array