You are here

protected property QuickSet::$settings in Quick Tabs 7.3

An array of settings controlling the behaviour of the QuickSet object. See the getDefaultSettings() static function of this class for the full list of settings.

Type: array

File

./quicktabs.classes.inc, line 31

Class

QuickSet
A QuickSet object is an unrendered Quicktabs instance, essentially just a container of content items, as defined by its configuration settings and the array of content items it contains.

Code

protected $settings;