Class AjaxTable
The Factory class is a base class which can be used to make any classes externally extensible. A filter is added for wpgmza_create_{class} which is called by createInstance. If this filter returns a subclass of Factory, that filter will override the default class and will be used.
IMPORTANT: Any objects which subclass Factory MUST be created by calling createInstance on the subclass. Calling new on the constructor directly will not cause this filter to fire, and the extended class will not be used.
- WPGMZA\Factory
-
WPGMZA\Table
-
WPGMZA\AjaxTable
Direct known subclasses
WPGMZA\DataTable
public
|
|
public
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
string
|
#
getHavingClause( $input_params, & $query_params, $exclude_columns = null )
Gets the HAVING clause for the table query |
protected
array
|
#
filterColumns( & $columns, $input_params )
Override this function to add additional columns to the query |
protected
array
|
#
filterResults( & $rows )
Override this function to manipulate data before it's converted to datatables numeric array format |
protected
string
|
|
protected
string
|
|
public
|
|
public
|
__get(),
__set(),
getElement(),
html(),
loadDocument()
|
createInstance()
|