Definition at line 1584 of file controls.php.
Public Member Functions | |
FileInput () | |
getValue () | |
Get the filename of an uploaded file. | |
setValue ($value) | |
Set the filename. | |
__wakeup () | |
Initialise control after unserialisation. | |
Public Attributes | |
$filename | |
The filename of an uploaded file. |
|
Definition at line 1589 of file controls.php. |
|
Initialise control after unserialisation. Checks for a POST variable corresponding to this control and processes it if found.
Reimplemented from ControlElement. Definition at line 1624 of file controls.php. References $filename. |
|
Get the filename of an uploaded file.
Reimplemented from ControlElement. Definition at line 1602 of file controls.php. |
|
Set the filename. The filename should be the path to an uploaded file.
Reimplemented from ControlElement. Definition at line 1613 of file controls.php. |
|
The filename of an uploaded file.
Definition at line 1587 of file controls.php. Referenced by __wakeup(). |