Overview
Helper for a 'password' element.
Package
This class is part of the Solar_View_Helper_Form package.
Inheritance:
Solar_View_Helper_FormPassword
Configuration Keys
retain
: Only retain values between posts if true. For security, we should not echo back a password on a failed form validation attempt.auto_complete
: If set, forces an auto_complete attribute with this value. The auto_complete attribute indicates to the browser that it should not attempt to remember the value of this field for future auto completion. The attribute is not a part of the HTML 4 era standard, but is supported by all popular browsers.
Constants
None.
Public Properties
The Solar_View_Helper_FormPassword class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_View_Helper_FormPassword class.
You can also view the list of all public, protected, and private methods.
-
__construct()
-
Constructor.
-
__destruct()
-
Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
-
dump()
-
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
-
formPassword()
-
Generates a 'password' element.
-
locale()
-
Looks up class-specific locale strings based on a key.