Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

AbstractListField Class Reference
[List Fields]

Inheritance diagram for AbstractListField:

AbstractField Field CheckboxListField RadioListField SelectField GenderField DbSelectField MultiSelectField UsStateField List of all members.

Detailed Description

Abstract list.

Author:
Scott Peshak

Definition at line 7 of file abstractlist-field.inc.php.

Public Member Functions

 __construct ($name, Form &$parentForm, array $attribs=array())
 Constructor.
 __set ($name, $value)
 Magic setter.

Protected Attributes

 $options = array()
 Array of options to display in the field, should be an associative array of form value => title.


Member Function Documentation

AbstractListField::__construct name,
Form &$  parentForm,
array $  attribs = array()
 

Constructor.

Parameters:
$name Name of input
$parentForm Form object that the field belongs to.
$attribs Array of extra attributes

Reimplemented from AbstractField.

Reimplemented in GenderField, and UsStateField.

Definition at line 17 of file abstractlist-field.inc.php.

AbstractListField::__set name,
value
 

Magic setter.

Parameters:
$name Name of member to set.
$value Value to set.

Reimplemented from AbstractField.

Definition at line 32 of file abstractlist-field.inc.php.


Member Data Documentation

AbstractListField::$options = array() [protected]
 

Array of options to display in the field, should be an associative array of form value => title.

Definition at line 9 of file abstractlist-field.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:40 2006 for BaseJumper by doxygen 1.3.9.1