ActionScheduler_Abstract_ListTable::display_table()

Method: Renders the table list, we override the original class to render the table inside a form and to render any needed HTML (like the search box). By doing so the callee of a function can simple forget about any extra HTML.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:625

Used by 1 function | Uses 0 functions

ActionScheduler_Abstract_ListTable::set_items()

Method: Set the data for displaying. It will attempt to unserialize (There is a chance that some columns are serialized). This can be override in child classes for futher data transformation.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:475

Used by 1 function | Uses 0 functions

ActionScheduler_Abstract_ListTable::column_cb()

Method: Renders the checkbox for each row, this is the first column and it is named ID regardless of how the primary key is named (to keep the code simpler). The bulk actions will do the proper name transformation though using `$this->ID`.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:487

Used by 0 functions | Uses 0 functions