noalyss Version-9
|
file to add to a message More...
Public Member Functions | |
__construct ($p_filename, $p_type="") | |
compute_name ($p_filename) | |
Compute properly the filename. More... | |
Data Fields | |
$filename | |
name of the file without path More... | |
$full_name | |
Path to filename + filename. More... | |
$path | |
path More... | |
$type | |
mimetype of the file More... | |
Private Member Functions | |
guess_type () | |
set the $this->type to the mimetype, called from __construct More... | |
FileToSend::__construct | ( | $p_filename, | |
$p_type = "" |
|||
) |
Definition at line 53 of file filetosend.class.php.
References $p_type, and guess_type().
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.