Inheritance diagram for LabelField:

Definition at line 8 of file label-field.inc.php.
Public Member Functions | |
| drawInput () | |
| Draw label. | |
| getSqlImpl () | |
| Override getSqlImpl() to be a no-op. | |
| setDataFromRequest () | |
| Override setDataFromRequest to be a no-op. | |
Public Attributes | |
| $text = '' | |
| Text of the label. | |
|
|
Draw label.
Implements Field. Definition at line 15 of file label-field.inc.php. |
|
|
Override getSqlImpl() to be a no-op.
Reimplemented from AbstractField. Definition at line 24 of file label-field.inc.php. |
|
|
Override setDataFromRequest to be a no-op.
Reimplemented from AbstractField. Definition at line 33 of file label-field.inc.php. |
|
|
Text of the label.
Definition at line 10 of file label-field.inc.php. |
1.3.9.1