Inheritance diagram for Component:
Public Member Functions | |
| generateHTML () | |
| getDB () | |
| isMandatory ($mandatory) | |
Data Fields | |
| $name | |
| $value | |
| $dbFieldName | |
| $mandatory | |
Definition at line 169 of file sitform.inc.php.
| generateHTML | ( | ) | [abstract] |
Reimplemented in Row, HiddenRow, Cell, Label, SingleLineEntry, HiddenEntry, DatePicker, and DateC.
| getDB | ( | ) | [abstract] |
Reimplemented in Row, HiddenRow, Cell, Label, SingleLineEntry, HiddenEntry, DatePicker, and DateC.
| isMandatory | ( | $ | mandatory | ) |
Definition at line 177 of file sitform.inc.php.
References $mandatory.
{
$this->mandatory = $mandatory; // Boolean
}
| $dbFieldName |
Definition at line 173 of file sitform.inc.php.
| $mandatory |
Definition at line 174 of file sitform.inc.php.
Referenced by isMandatory().
| $name |
Reimplemented in DatePicker.
Definition at line 171 of file sitform.inc.php.
Referenced by HiddenEntry::__construct(), and SingleLineEntry::__construct().
| $value |
Definition at line 172 of file sitform.inc.php.
Referenced by HiddenEntry::__construct(), and SingleLineEntry::__construct().
For more help developing with SiT! see http://sitracker.org/wiki/DevelopmentHowTo