Overview

Namespaces

  • None
  • WPGMZA
    • CustomFieldFilterWidget
    • Integration
    • MarkerListing
    • Selector

Classes

  • AdvancedTable
  • BasicList
  • BasicTable
  • Carousel
  • Modern
  • Overview
  • Namespace
  • Class

Class BasicTable

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\MarkerListing
Extended by WPGMZA\MarkerListing\BasicTable
Namespace: WPGMZA\MarkerListing
Located at marker-listings/class.basic-table.php
Methods summary
public
# __construct( $map_id )

Overrides

WPGMZA\MarkerListing::__construct()
public
# getAjaxResponse( $request )
Methods inherited from WPGMZA\MarkerListing
__get(), appendListingItem(), createInstanceFromStyle(), filterColumns(), filterOrderBy(), filterOrderDirection(), getColumns(), getImageDimensions(), getItemHTMLPath(), removeHiddenFields(), setAjaxParameters()
Methods inherited from WPGMZA\AjaxTable
data(), filterResults(), getAjaxParameters(), getAttributeParams(), getColumnNameByIndex(), getHavingClause(), getOrderBy(), getOrderDirection(), getRecords(), getRestAPIRoute(), getSearchClause(), getWhereClause(), setAttributeParams(), setRestAPIRoute()
Methods inherited from WPGMZA\Table
__set(), getElement(), html(), loadDocument()
Methods inherited from WPGMZA\Factory
createInstance()
Constants inherited from WPGMZA\MarkerListing
ORDER_ASC, ORDER_BY_ADDRESS, ORDER_BY_CATEGORY, ORDER_BY_CATEGORY_PRIORITY, ORDER_BY_DESCRIPTION, ORDER_BY_DISTANCE, ORDER_BY_ID, ORDER_BY_TITLE, ORDER_DESC, STYLE_ADVANCED_TABLE, STYLE_BASIC_LIST, STYLE_BASIC_TABLE, STYLE_CAROUSEL, STYLE_MODERN, STYLE_NONE
Properties inherited from WPGMZA\MarkerListing
$map
API documentation generated by ApiGen