You are here

protected property FacetapiEmptyBehavior::$settings in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/empty_behavior.inc \FacetapiEmptyBehavior::settings
  2. 7 plugins/facetapi/empty_behavior.inc \FacetapiEmptyBehavior::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/empty_behavior.inc, line 32
Base empty behavior plugin class and default implementation.

Class

FacetapiEmptyBehavior
Abstract class extended by empty behavior plugins.

Code

protected $settings;