fixed PHPdoc
This commit is contained in:
parent
2604abd351
commit
d780b86198
|
@ -574,7 +574,7 @@ class htmlSelect extends htmlElement {
|
||||||
* Constructor.
|
* Constructor.
|
||||||
*
|
*
|
||||||
* @param String $name element name
|
* @param String $name element name
|
||||||
* @param array $elements list of elememts
|
* @param array $elements list of elememts (label => value)
|
||||||
* @param array $selectedElements list of selected elements (optional, default none)
|
* @param array $selectedElements list of selected elements (optional, default none)
|
||||||
* @param int $size size (optional, default = 1)
|
* @param int $size size (optional, default = 1)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue