|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
file to add to a message More...
Collaboration diagram for FileToSend:Public Member Functions | |
| __construct ($p_filename, $p_type="") | |
| compute_name ($p_filename) | |
| Compute properly the filename. | |
Data Fields | |
| $filename | |
| name of the file without path | |
| $full_name | |
| Path to filename + filename. | |
| $path | |
| path | |
| $type | |
| mimetype of the file | |
Private Member Functions | |
| guess_type () | |
| set the $this->type to the mimetype, called from __construct | |
| FileToSend::__construct | ( | $p_filename, | |
| $p_type = "" ) |
Definition at line 53 of file filetosend.class.php.
References $p_type, and guess_type().
Here is the call graph for this function:| FileToSend::compute_name | ( | $p_filename | ) |
Compute properly the filename.
Definition at line 100 of file filetosend.class.php.
|
private |
set the $this->type to the mimetype, called from __construct
Definition at line 70 of file filetosend.class.php.
Referenced by __construct().
| FileToSend::$filename |
name of the file without path
Definition at line 40 of file filetosend.class.php.
| FileToSend::$full_name |
Path to filename + filename.
Definition at line 52 of file filetosend.class.php.
| FileToSend::$path |
path
Definition at line 48 of file filetosend.class.php.
| FileToSend::$type |
mimetype of the file
Definition at line 44 of file filetosend.class.php.