PHP Class Give_Gateawy_Reports_Table, Give

Renders the Download Reports table
Since: 1.0
Inheritance: extends WP_List_Table
Afficher le fichier Open project: wordimpress/give Class Usage Examples

Méthodes publiques

Свойство Type Description
$per_page Number of items per page

Méthodes publiques

Méthode Description
__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

Méthodes protégées

Méthode Description
display_tablenav ( string $which ) Generate the table navigation above or below the table

Method Details

__construct() public méthode

Get things started
See also: WP_List_Table::__construct()
Since: 1.0
public __construct ( )

bulk_actions() public méthode

Outputs the reporting views
Since: 1.0
public bulk_actions ( $which = '' ) : void
Résultat void

column_default() public méthode

This function renders most of the columns in the list table.
Since: 1.0
public column_default ( array $item, string $column_name ) : string
$item array Contains all the data of the form
$column_name string The name of the column
Résultat string Column Name

display_tablenav() protected méthode

Generate the table navigation above or below the table
Since: 1.0
protected display_tablenav ( string $which )
$which string

get_columns() public méthode

Retrieve the table columns
Since: 1.0
public get_columns ( ) : array
Résultat array $columns Array of all the list table columns

get_paged() public méthode

Retrieve the current page number
Since: 1.0
public get_paged ( ) : integer
Résultat integer Current page number

prepare_items() public méthode

Setup the final data for the table
Since: 1.0
public prepare_items ( ) : void
Résultat void

reports_data() public méthode

Build all the reports data
Since: 1.0
public reports_data ( ) : array
Résultat array $reports_data All the data for donor reports

Property Details

$per_page public_oe property

Number of items per page
Since: 1.0
public $per_page