You are here

protected property FacetapiWidget::$settings in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/widget.inc \FacetapiWidget::settings
  2. 7 plugins/facetapi/widget.inc \FacetapiWidget::settings

An array of facet settings.

This is the the "settings" property of the facet's realm specific settings returned by FacetapiAdapter::getFacetSettings().

Type: array

File

plugins/facetapi/widget.inc, line 46
Base widget plugin class and helper functions for facet sorting.

Class

FacetapiWidget
Abstract class extended by widget plugins.

Code

protected $settings;