[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/pear/HTML/QuickForm/ -> password.php (summary)

(no description)

File Size: 117 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HTML_QuickForm_password:: (5 methods):
  __construct()
  HTML_QuickForm_password()
  setSize()
  setMaxlength()
  getFrozenHtml()


Class: HTML_QuickForm_password  - X-Ref

HTML class for a password type field

__construct($elementName=null, $elementLabel=null, $attributes=null)   X-Ref
Class constructor

param: string    $elementName    (optional)Input field name attribute
param: string    $elementLabel   (optional)Input field label
param: mixed     $attributes     (optional)Either a typical HTML attribute string
return: void

HTML_QuickForm_password($elementName=null, $elementLabel=null, $attributes=null)   X-Ref
Old syntax of class constructor. Deprecated in PHP7.


setSize($size)   X-Ref
Sets size of password element

param: string    $size  Size of password field
return: void

setMaxlength($maxlength)   X-Ref
Sets maxlength of password element

param: string    $maxlength  Maximum length of password field
return: void

getFrozenHtml()   X-Ref
Returns the value of field without HTML tags (in this case, value is changed to a mask)

return: string



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1