Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

RadioInput Class Reference

Inheritance diagram for RadioInput:

Inheritance graph
List of all members.

Detailed Description

A radio button.

Definition at line 1489 of file controls.php.

Public Member Functions

 RadioInput ($value, $label=null, $control_name=null)
 
Parameters:
$value the value of the option
$label the label of the option
$control_name the unique name for the control (also as appears in the HTTPD POST string)


 _processPOSTED ($post)
 Process a HTTPD POSTed value.


Constructor & Destructor Documentation

RadioInput::RadioInput value,
label = null,
control_name = null
 

Parameters:
$value the value of the option
$label the label of the option
$control_name the unique name for the control (also as appears in the HTTPD POST string)

Definition at line 1494 of file controls.php.


Member Function Documentation

RadioInput::_processPOSTED post  ) 
 

Process a HTTPD POSTed value.

The POSTed value is processed and set as the value of the current control.

Parameters:
$post the POSTed value
Returns:
void

Reimplemented from ControlElement.

Definition at line 1504 of file controls.php.


The documentation for this class was generated from the following file:
Generated on Mon Feb 14 11:39:53 2005 for FormControls by doxygen 1.3.5