Class FormControlCheckboxes

Description

A set of checkbox controls based on FormControl for output via a FormUI.

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

FormControl
   |
   --FormControlSelect
      |
      --FormControlCheckboxes
Method Summary
string get ([boolean $forvalidation = true])
mixed __get (string $name)
Variables
Methods
get (line 1346)

Produce HTML output for this text 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:
FormControlSelect::get()
Produce HTML output for this text control.
__get (line 1362)

Magic __get method for returning property values Override the handling of the value property to properly return the setting of the checkbox.

  • return: The value of the requested property
  • access: public
mixed __get (string $name)
  • string $name: The name of the property

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

Inherited Methods

Inherited From FormControlSelect

FormControlSelect::__construct()
FormControlSelect::get()

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:12 +0100 by phpDocumentor 1.3.2