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 MarkerDataTable

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

Direct known subclasses

WPGMZA\AdminMarkerDataTable
Namespace: WPGMZA
Located at tables/class.marker-datatable.php
Methods summary
public
# __construct( $ajax_parameters = null, $datatable_options = null )

Overrides

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

Overrides

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