fixed docs

This commit is contained in:
Roland Gruber 2014-02-08 15:05:15 +00:00
parent 74d96a099c
commit c2d22b6e46
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class htmlInputField extends htmlElement {
*
* @param String $fieldName unique field name
* @param String $fieldValue value of input field (optional)
* @param String $fieldSize maximum input length
* @param String $fieldSize input field length (default 30)
*/
function __construct($fieldName, $fieldValue = null, $fieldSize = null) {
if (isObfuscatedText($fieldValue)) {