|
|
|
File: c:/web/jpeto2/jpeto/jpeto_attachment.php
JPETo - James's Publishing & Editing Tool - jpeto_objects
jpeto_attachment
jpeto_attachment
This class provides the email-attachment object
|
private class jpeto_attachment
This class provides the email-attachment object
|
| |
|
|
|
|
|
|
|
|
|
Public Method Details |
jpeto_attachment |
|
public void jpeto_attachment( object jpeto_object $object, string $boundary, [ string $mode ] )
|
| |
constructor of jpeto_attachment
|
| Parameter |
|
| object jpeto_object |
$object |
|
|
the object to attach |
|
|
|
|
| string |
$mode |
= >>"inline"<< |
|
[inline|attached] |
|
| Returns |
void |
|
|
Private Method Details |
getInlineImageHeader |
|
private string getInlineImageHeader( object jpeto_object $object )
|
| |
returns the InlineImage Header
|
| Parameter |
|
| object jpeto_object |
$object |
|
|
the object to attach |
|
| Returns |
string $Header |
|
getAttachedImageHeader |
|
private string getAttachedImageHeader( object jpeto_object $object )
|
| |
returns the AttachedImage Header
|
| Parameter |
|
| object jpeto_object |
$object |
|
|
the object to attach |
|
| Returns |
string $Header |
|
getAttachedFileHeader |
|
private string getAttachedFileHeader( object jpeto_object $object )
|
| |
returns the AttachedFile Header
|
| Parameter |
|
| object jpeto_object |
$object |
|
|
the object to attach |
|
| Returns |
string $Header |
|
|
Private Field Details |
$header |
|
private string $header
>>""<<
header
|
|
$body |
|
private string $body
>>""<<
body
|
|
$object |
|
private string $object
>>null<<
object
|
|
$boundary |
|
private string $boundary
>>""<<
boundary
|
|
$type |
|
private string $type
>>""<<
type
|
|
$mode |
|
private string $mode
>>""<<
mode [inline|attached]
|
|
|
|
|
|
|
|
| PHPDoc 1.0beta |