PHP Класс Give_Form_Reports_Table, Give

Renders the Form Reports table
С версии: 1.0
Наследование: extends WP_List_Table
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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

Описание методов

__construct() публичный Метод

Get things started
См. также: WP_List_Table::__construct()
С версии: 1.0
public __construct ( )

bulk_actions() публичный Метод

Outputs the reporting views
С версии: 1.0
public bulk_actions ( $which = '' ) : void
Результат void

category_filter() публичный Метод

Attaches the category filter to the log views
С версии: 1.0
public category_filter ( ) : void
Результат void

column_default() публичный Метод

This function renders most of the columns in the list table.
С версии: 1.0
public column_default ( array $item, string $column_name ) : string
$item array Contains all the data of the donation form
$column_name string The name of the column
Результат string Column Name

display_tablenav() защищенный Метод

Generate the table navigation above or below the table
С версии: 1.0
protected display_tablenav ( string $which )
$which string

get_category() публичный Метод

Retrieve the category being viewed
С версии: 1.0
public get_category ( ) : integer
Результат integer Category ID

get_columns() публичный Метод

Retrieve the table columns
С версии: 1.0
public get_columns ( ) : array
Результат array $columns Array of all the list table columns

get_paged() публичный Метод

Retrieve the current page number
С версии: 1.0
public get_paged ( ) : integer
Результат integer Current page number

get_sortable_columns() публичный Метод

Retrieve the table's sortable columns
С версии: 1.0
public get_sortable_columns ( ) : array
Результат array Array of all the sortable columns

get_total_forms() публичный Метод

Retrieve the total number of forms
С версии: 1.0
public get_total_forms ( ) : integer
Результат integer $total Total number of donation forms

prepare_items() публичный Метод

Setup the final data for the table
С версии: 1.5
public prepare_items ( ) : void
Результат void

query() публичный Метод

Performs the products query
С версии: 1.0
public query ( ) : void
Результат void

reports_data() публичный Метод

Build all the reports data
С версии: 1.0
public reports_data ( ) : array
Результат array $reports_data All the data for donor reports

Описание свойств

$per_page публичное свойство

Number of items per page
С версии: 1.0
public $per_page