Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

FileInput Class Reference

Inheritance diagram for FileInput:

Inheritance graph
List of all members.

Detailed Description

A file input.

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.


Constructor & Destructor Documentation

FileInput::FileInput  ) 
 

Definition at line 1589 of file controls.php.


Member Function Documentation

FileInput::__wakeup  ) 
 

Initialise control after unserialisation.

Checks for a POST variable corresponding to this control and processes it if found.

Returns:
void

Reimplemented from ControlElement.

Definition at line 1624 of file controls.php.

References $filename.

FileInput::getValue  ) 
 

Get the filename of an uploaded file.

Returns:
the filename

Reimplemented from ControlElement.

Definition at line 1602 of file controls.php.

FileInput::setValue value  ) 
 

Set the filename.

The filename should be the path to an uploaded file.

Parameters:
$value the filename
Returns:
void

Reimplemented from ControlElement.

Definition at line 1613 of file controls.php.


Member Data Documentation

FileInput::$filename
 

The filename of an uploaded file.

Definition at line 1587 of file controls.php.

Referenced by __wakeup().


The documentation for this class was generated from the following file:
Generated on Mon Feb 14 11:39:51 2005 for FormControls by doxygen 1.3.5