Tabs: Add `$tab_class` explicitly as non-dynamic property

This commit is contained in:
Sukhwinder Dhillon 2023-08-16 10:15:06 +02:00 committed by raviks789
parent 30b91b9cd2
commit 302bf3ef54
1 changed files with 7 additions and 0 deletions

View File

@ -107,6 +107,13 @@ EOT;
*/
private $closeTab = true;
/**
* CSS class name(s) for the <ul> element
*
* @var string
*/
private $tab_class;
/**
* Set whether the current tab is closable
*/