__construct() __construct(array $args = array()) : mixed JB_Roles_List_Table constructor. Parameters array $args Returns mixed
single_row() single_row(object|array $item) : mixed Generates content for a single row of the table. Parameters object|array $item The current item Returns mixed
column_default() column_default(object $item, string $column_name) : string Parameters object $item string $column_name Returns string
set_bulk_actions() set_bulk_actions(array $args = array()) : $this Parameters array $args Returns $this
sort_modules_by_title() sort_modules_by_title(array $a, array $b) : int Sorts a modules array by first member of each top level member Used by uasort() as a callback, should not be used directly. Parameters array $a array $b Returns int