@@ -15,6 +15,10 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | class HtmlButtonGroups extends HtmlSemCollection { |
| 17 | 17 | protected $_dropdown; |
| 18 | + |
|
| 19 | + /** |
|
| 20 | + * @param string $identifier |
|
| 21 | + */ |
|
| 18 | 22 | public function __construct($identifier, $elements=array(), $asIcons=false) { |
| 19 | 23 | parent::__construct($identifier, "div", "ui buttons"); |
| 20 | 24 | if ($asIcons === true) |