You are here

protected property CurrentSearchItem::$itemValues in Facet API 6.3

Same name and namespace in other branches
  1. 7.2 contrib/current_search/plugins/current_search/item.inc \CurrentSearchItem::itemValues
  2. 7 contrib/current_search/plugins/current_search/item.inc \CurrentSearchItem::itemValues

An array keyed by item position to its value and all its children.

Type: array

File

contrib/current_search/plugins/current_search/item.inc, line 39
Current search plugin base class.

Class

CurrentSearchItem
Base class for current search item plugins.

Code

protected $itemValues = array();