Class FormControlPassword

Description

A password control based on FormControlText for output via a FormUI.

Located in /system/classes/formui.php (line 1200)

FormControl
   |
   --FormControlText
      |
      --FormControlPassword
Method Summary
string get ([boolean $forvalidation = true])
mixed __get (string $name)
Variables
Methods
get (line 1209)

Produce HTML output for this password control.

  • return: HTML that will render this control in the form
  • access: public
string get ([boolean $forvalidation = true])
  • boolean $forvalidation: True if this control should render error information based on validation.

Redefinition of:
FormControl::get()
Return the HTML construction of the control.
__get (line 1225)

Magic function __get returns properties for this object, or passes it on to the parent class Potential valid properties: value: The value of the control, whether the default or submitted in the form

  • return: The value of the parameter
  • access: public
mixed __get (string $name)
  • string $name: The paramter to retrieve

Redefinition of:
FormControl::__get()
Magic function __get returns properties for this object.

Inherited Methods

Inherited From FormControl

FormControl::__construct()
FormControl::add_validator()
FormControl::checksum()
FormControl::get()
FormControl::get_default()
FormControl::get_form()
FormControl::get_template()
FormControl::get_theme()
FormControl::has_user_options()
FormControl::move_after()
FormControl::move_before()
FormControl::pre_out()
FormControl::remove()
FormControl::remove_validator()
FormControl::save()
FormControl::validate()
FormControl::__get()
FormControl::__set()
FormControl::__toString()

Documentation generated on Thu, 30 Oct 2008 20:31:14 +0100 by phpDocumentor 1.3.2