Свойство | Тип | Описание | |
---|---|---|---|
$per_page | Number of items per page |
Метод | Описание | |
---|---|---|
__construct ( ) | Get things started | |
bulk_actions ( $which = '' ) : void | Outputs the reporting views | |
column_default ( array $item, string $column_name ) : string | This function renders most of the columns in the list table. | |
get_columns ( ) : array | Retrieve the table columns | |
get_paged ( ) : integer | Retrieve the current page number | |
prepare_items ( ) : void | Setup the final data for the table | |
reports_data ( ) : array | Build all the reports data |
Метод | Описание | |
---|---|---|
display_tablenav ( string $which ) | Generate the table navigation above or below the table |
public bulk_actions ( $which = '' ) : void | ||
Результат | void |
public get_columns ( ) : array | ||
Результат | array | $columns Array of all the list table columns |
public prepare_items ( ) : void | ||
Результат | void |
public reports_data ( ) : array | ||
Результат | array | $reports_data All the data for donor reports |