프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$per_page | Number of items per page |
메소드 | 설명 | |
---|---|---|
__construct ( ) | Get things started | |
bulk_actions ( $which = '' ) : void | Outputs the reporting views | |
category_filter ( ) : void | Attaches the category filter to the log views | |
column_default ( array $item, string $column_name ) : string | This function renders most of the columns in the list table. | |
get_category ( ) : integer | Retrieve the category being viewed | |
get_columns ( ) : array | Retrieve the table columns | |
get_paged ( ) : integer | Retrieve the current page number | |
get_sortable_columns ( ) : array | Retrieve the table's sortable columns | |
get_total_forms ( ) : integer | Retrieve the total number of forms | |
prepare_items ( ) : void | Setup the final data for the table | |
query ( ) : void | Performs the products query | |
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 category_filter ( ) : void | ||
리턴 | void |
public get_category ( ) : integer | ||
리턴 | integer | Category ID |
public get_columns ( ) : array | ||
리턴 | array | $columns Array of all the list table columns |
public get_sortable_columns ( ) : array | ||
리턴 | array | Array of all the sortable columns |
public get_total_forms ( ) : integer | ||
리턴 | integer | $total Total number of donation forms |
public reports_data ( ) : array | ||
리턴 | array | $reports_data All the data for donor reports |