Class FormControlNoSave

Description

A control prototype that does not save its data

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

FormControl
   |
   --FormControlNoSave
Direct descendents
Class Description
FormControlSubmit A submit control based on FormControl for output via FormUI
FormControlStatic A text control based on FormControl for output via a FormUI.
FormControlLabel A label control based on FormControl for output via a FormUI.
FormControlSilos A control to display media silo contents based on FormControl for output via a FormUI.
Method Summary
FormControlNoSave __construct ()
void save ([mixed $key = null], [mixed $store_user = null])
Variables
Methods
Constructor __construct (line 1096)

The FormControlNoSave constructor initializes the control without a save location

  • access: public
FormControlNoSave __construct ()

Redefinition of:
FormControl::__construct()
FormControl constructor - set initial settings of the control
save (line 1112)

Do not store this static control anywhere

  • access: public
void save ([mixed $key = null], [mixed $store_user = null])
  • mixed $key: Unused
  • mixed $store_user: Unused

Redefinition of:
FormControl::save()
Store this control's value under the control's specified key.

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