Inheritance diagram for FormControlNoSave:
Collaboration diagram for FormControlNoSave:Public Member Functions | |
| __construct () | |
| save ($key=null, $store_user=null) | |
A control prototype that does not save its data
Definition at line 1442 of file formui.php.
| FormControlNoSave::__construct | ( | ) |
The FormControlNoSave constructor initializes the control without a save location
Reimplemented from FormControl.
Definition at line 1448 of file formui.php.
| FormControlNoSave::save | ( | $ | key = null, |
|
| $ | store_user = null | |||
| ) |
Do not store this static control anywhere
| mixed | $key Unused | |
| mixed | $store_user Unused |
Definition at line 1464 of file formui.php.
1.7.1