You are here

protected property QuickSet::$name in Quick Tabs 7.3

The unique name of the QuickSet object. This corresponds to the machine name as stored in the database or as defined in code.

Type: string

File

./quicktabs.classes.inc, line 16

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 $name;