@@ -13,6 +13,9 @@ |
||
13 | 13 | */ |
14 | 14 | class HtmlIconGroups extends HtmlSemCollection { |
15 | 15 | |
16 | + /** |
|
17 | + * @param string $identifier |
|
18 | + */ |
|
16 | 19 | public function __construct($identifier, $icons=array(), $size="") { |
17 | 20 | parent::__construct($identifier, "i", "icons"); |
18 | 21 | $this->addItems($icons); |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use Ajax\service\JArray; |
14 | 14 | use Ajax\semantic\widgets\base\FieldAsTrait; |
15 | 15 | use Ajax\semantic\html\base\HtmlSemDoubleElement; |
16 | -use Ajax\semantic\widgets\base\InstanceViewerCaption; |
|
17 | 16 | use Ajax\semantic\widgets\base\InstanceViewer; |
18 | 17 | |
19 | 18 | /** |