Inheritance diagram for Attachment:
Collaboration diagram for Attachment:Public Member Functions | |
| __construct ($file, $name= 'att.dat', $type= 'application/binary') | |
| getMimeType () | |
| getData () | |
| getName () | |
Data Fields | |
| $file = '' | |
| $name = '' | |
| $type = '' | |
Definition at line 9 of file Class.Attachment.php.
| __construct | ( | $file, | |
$name = 'att.dat', |
|||
$type = 'application/binary' |
|||
| ) |
Definition at line 14 of file Class.Attachment.php.
| getData | ( | ) |
Implements DataSource.
Definition at line 24 of file Class.Attachment.php.
| getMimeType | ( | ) |
| getName | ( | ) |
Implements DataSource.
Definition at line 28 of file Class.Attachment.php.
| $file = '' |
Definition at line 11 of file Class.Attachment.php.
| $name = '' |
Definition at line 12 of file Class.Attachment.php.
| $type = '' |
Definition at line 13 of file Class.Attachment.php.