@@ -46,7 +46,9 @@ public function htmlButton($identifier, $value="", $cssStyle=null, $onClick=null
4646 }
4747
4848 /**
49- *
49+ * Returns a group of Semantic buttons
50+ * @see http://phpmv-ui.kobject.net/index/direct/main/50
51+ * @see http://semantic-ui.com/elements/button.html#buttons
5052 * @param string $identifier
5153 * @param array $elements
5254 * @param boolean $asIcons
@@ -57,7 +59,9 @@ public function htmlButtonGroups($identifier, $elements=array(), $asIcons=false)
5759 }
5860
5961 /**
60- * Creates an html container
62+ * Returns a new Semantic container
63+ * @see http://phpmv-ui.kobject.net/index/direct/main/34
64+ * @see http://semantic-ui.com/elements/container.html
6165 * @param string $identifier
6266 * @param string $content
6367 * @return HtmlContainer
@@ -67,7 +71,9 @@ public function htmlContainer($identifier, $content="") {
6771 }
6872
6973 /**
70- *
74+ * Returns a new Semantic divider
75+ * @see http://phpmv-ui.kobject.net/index/direct/main/42
76+ * @see http://semantic-ui.com/elements/divider.html
7177 * @param string $identifier
7278 * @param string $content
7379 * @return HtmlDivider
@@ -77,7 +83,9 @@ public function htmlDivider($identifier, $content="", $tagName="div") {
7783 }
7884
7985 /**
80- *
86+ * Returns a new Semantic header
87+ * @see http://phpmv-ui.kobject.net/index/direct/main/43
88+ * @see http://semantic-ui.com/elements/header.html
8189 * @param string $identifier
8290 * @param number $niveau
8391 * @param mixed $content
@@ -89,7 +97,9 @@ public function htmlHeader($identifier, $niveau=1, $content=NULL, $type="page")
8997 }
9098
9199 /**
92- *
100+ * Returns a new Semantic icon
101+ * @see http://phpmv-ui.kobject.net/index/direct/main/44
102+ * @see http://semantic-ui.com/elements/icon.html
93103 * @param string $identifier
94104 * @param string $icon
95105 * @return HtmlIcon
@@ -99,6 +109,9 @@ public function htmlIcon($identifier, $icon) {
99109 }
100110
101111 /**
112+ * Returns a new Semantic image
113+ * @see http://phpmv-ui.kobject.net/index/direct/main/55
114+ * @see http://semantic-ui.com/elements/image.html
102115 * @param string $identifier
103116 * @param string $src
104117 * @param string $alt
@@ -110,7 +123,9 @@ public function htmlImage($identifier, $src="", $alt="", $size=NULL) {
110123 }
111124
112125 /**
113- *
126+ * Returns a new Semantic group of images
127+ * @see http://phpmv-ui.kobject.net/index/direct/main/0
128+ * @see http://semantic-ui.com/elements/image.html#size
114129 * @param string $identifier
115130 * @param array $icons
116131 * @param string $size
@@ -121,7 +136,9 @@ public function htmlIconGroups($identifier, $icons=array(), $size="") {
121136 }
122137
123138 /**
124- *
139+ * Returns a new Semantic html input
140+ * @see http://phpmv-ui.kobject.net/index/direct/main/45
141+ * @see http://semantic-ui.com/elements/input.html
125142 * @param string $identifier
126143 * @param string $type
127144 * @param string $value
@@ -133,7 +150,9 @@ public function htmlInput($identifier, $type="text", $value="", $placeholder="")
133150 }
134151
135152 /**
136- *
153+ * Returns a new Semantic label
154+ * @see http://phpmv-ui.kobject.net/index/direct/main/46
155+ * @see http://semantic-ui.com/elements/label.html
137156 * @param string $identifier
138157 * @param string $content
139158 * @param string $tagName
0 commit comments