Completed
Push — master ( 4bf172...5f7aee )
by Jean-Christophe
03:35
created
Ajax/semantic/html/elements/HtmlButtonGroups.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -15,6 +15,10 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.