Tabs: Add `$tab_class` explicitly as non-dynamic property
This commit is contained in:
parent
30b91b9cd2
commit
302bf3ef54
|
@ -107,6 +107,13 @@ EOT;
|
||||||
*/
|
*/
|
||||||
private $closeTab = true;
|
private $closeTab = true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* CSS class name(s) for the <ul> element
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
private $tab_class;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set whether the current tab is closable
|
* Set whether the current tab is closable
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue