Overview

Namespaces

  • None
  • WPGMZA
    • Integration
    • Selector

Classes

  • AdminMarkerDataTable
  • AjaxTable
  • AutoLoader
  • Crud
  • Database
  • DataTable
  • Distance
  • DOMDocument
  • DOMElement
  • Factory
  • GDPRCompliance
  • GlobalSettings
  • GoogleGeocoder
  • GoogleMap
  • GoogleMapsAPILoader
  • GoogleMapsLoader
  • LatLng
  • Map
  • MapsEngineDialog
  • Marker
  • MarkerDataTable
  • MarkerFilter
  • ModalDialog
  • NominatimGeocodeCache
  • OLLoader
  • Plugin
  • Query
  • QueryFragment
  • RestAPI
  • ScriptLoader
  • Strings
  • Table

Functions

  • create_marker_instance_delegate
  • query_nominatim_cache
  • store_nominatim_cache
  • Overview
  • Namespace
  • Class

Class AdminMarkerDataTable

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
Extended by WPGMZA\Table
Extended by WPGMZA\AjaxTable
Extended by WPGMZA\DataTable
Extended by WPGMZA\MarkerDataTable
Extended by WPGMZA\AdminMarkerDataTable
Namespace: WPGMZA
Located at tables/class.admin-marker-datatable.php
Methods summary
public
# __construct( $ajax_parameters = null )

Overrides

WPGMZA\MarkerDataTable::__construct()
protected
# getColumns( )

Overrides

WPGMZA\MarkerDataTable::getColumns()
protected
# getActionButtons( )
protected array
# filterColumns( & $columns, $input_params )

Override this function to add additional columns to the query

Override this function to add additional columns to the query

Returns

array

Overrides

WPGMZA\AjaxTable::filterColumns()
protected
# getSearchClause( $input_params, & $query_params, $exclude_columns = null )

Overrides

WPGMZA\AjaxTable::getSearchClause()
Methods inherited from WPGMZA\DataTable
data(), getDataTableOptions(), getOrderBy(), getOrderDirection(), getRecords(), initTableDOM(), setDataTableOptions()
Methods inherited from WPGMZA\AjaxTable
filterOrderBy(), filterOrderDirection(), filterResults(), getAjaxParameters(), getAttributeParams(), getColumnNameByIndex(), getHavingClause(), getRestAPIRoute(), getWhereClause(), setAjaxParameters(), setAttributeParams(), setRestAPIRoute()
Methods inherited from WPGMZA\Table
__get(), __set(), getElement(), html(), loadDocument()
Methods inherited from WPGMZA\Factory
createInstance()
Constants summary
string ID_PLACEHOLDER
# '__5d5621cf7b6bb90bfb7bda85a0df7293'
API documentation generated by ApiGen