Lines:
1 to 39 of 39
<?php // (C) Copyright Bobbing Wide 2015 /* class OIK_Clone_Servers_List_Table */ /* function OIK_Clone_Servers_List_Table::__construct() – Construct an instance of OIK_Clone_Servers_List_Table */ /* function OIK_Clone_Servers_List_Table::get_columns() – Return the columns and labels for these settings */ /* function OIK_Clone_Servers_List_Table::prepare_items() – Prepare the contents to be displayed */ /* function OIK_Clone_Servers_List_Table::load_items() – Load the items taking pagination into account */ /* function OIK_Clone_Servers_List_Table::simulate_items() – */ /* function OIK_Clone_Servers_List_Table::more_items() – Get the "keyed" items */ /* function OIK_Clone_Servers_List_Table::record_pagination() – */ /* function OIK_Clone_Servers_List_Table::column_cb() – */ /* function OIK_Clone_Servers_List_Table::column_slave() – Display the "slave" column */ /* function OIK_Clone_Servers_List_Table::create_action_link() – Create an action link for the given action */ /* function OIK_Clone_Servers_List_Table::validate_action() – Validate the action against the possible actions */ /* function OIK_Clone_Servers_List_Table::section() – */ /* function OIK_Clone_Servers_List_Table::perform_action() – Perform the requested action */ /* function OIK_Clone_Servers_List_Table::perform_action_edit() – Perform the "edit" action to display the edit dialog */ /* function OIK_Clone_Servers_List_Table::perform_action_add() – Perform the "add" action to display the Add dialog */ /* function OIK_Clone_Servers_List_Table::perform_action_view() – Perform the "view" action to display the View dialog */ /* function OIK_Clone_Servers_List_Table::submit_button() – Display a submit button */ /* function OIK_Clone_Servers_List_Table::perform_action_delete() – Perform the "delete" action */ /* function OIK_Clone_Servers_List_Table::get_fields() – Return all the fields for the selected option name */ /* function OIK_Clone_Servers_List_Table::get_field() – Get a field value */ /* function OIK_Clone_Servers_List_Table::validate_field() – Validate a field */ /* function OIK_Clone_Servers_List_Table::validate_fields() – Validate the fields entered on the form */ /* function OIK_Clone_Servers_List_Table::validated() – Check each field has been validated */ /* function OIK_Clone_Servers_List_Table::option_name() – Return the option_name */ /* function OIK_Clone_Servers_List_Table::option_field() – Return the option field */ /* function OIK_Clone_Servers_List_Table::key() – Return the "key" field value */ /* function OIK_Clone_Servers_List_Table::perform_submit_action_edit_update() – Update the selected option field */ /* function OIK_Clone_Servers_List_Table::perform_submit_action_add_entry() – Perform the add_entry submit action */ /* function OIK_Clone_Servers_List_Table::display_fields() – Display the fields for the selected item */ /* function OIK_Clone_Servers_List_Table::display_add_fields() – Display the fields for the selected item */ /* function OIK_Clone_Servers_List_Table::display_view_fields() – Display the fields for the selected item */ /* function OIK_Clone_Servers_List_Table::validate_submit_action() – The submit action must match the label of a submit action */ /* function OIK_Clone_Servers_List_Table::perform_submit_action() – perform the submit action */ /* function OIK_Clone_Servers_List_Table::display_page_actions() – Display the "page_actions" */View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters: