|
|
|
File: c:/web/jpeto2/jpeto/jpeto_order.php
JPETo - James's Publishing & Editing Tool - jpeto_objects
jpeto_order
jpeto_multipart_message | +-- jpeto_order
This class provides the order object and is based on jpeto_multipart_message
|
This class provides the order object and is based on jpeto_multipart_message
|
| |
|
Methods inherited from jpeto_multipart_message |
| jpeto_multipart_message, setrecipient, setsender, attach, getalternativeheader, gettextpartheader, getrelatedheader, gethtmlpartheader, getrelatedfooter, getalternativefooter, gettextbody, send, log |
|
Public Method Summary |
| void |
jpeto_order()Constructor of jpeto_order |
|
Private Method Summary |
| string |
getMailData()returns the complete message body, including TextPart, HtmlPart & ImagePart.Warning: documentation is missing. |
| string |
getOrderHeader()returns the Order Header |
| string |
getOrderFooter()returns the Order Footer |
| string |
getHtmlBody()returns the HTML BodyWarning: documentation is missing. |
| string |
preview()returns the eCard formatted for previewing |
| void |
logthis()logs the current order |
|
|
|
Private Field Summary |
| integer |
$widthWidth of the Order |
| integer |
$heightHeight of the Order |
|
|
|
|
|
Public Method Details |
jpeto_order |
|
public void jpeto_order( )
|
| |
Constructor of jpeto_order
|
| Returns |
void |
|
|
Private Method Details |
getMailData |
|
private string getMailData( )
|
| |
returns the complete message body, including TextPart, HtmlPart & ImagePart.
Warning: documentation is missing.
|
| Returns |
string $MailData |
|
getOrderHeader |
|
private string getOrderHeader( )
|
| |
returns the Order Header
|
| Returns |
string $html |
|
getOrderFooter |
|
private string getOrderFooter( )
|
| |
returns the Order Footer
|
| Returns |
string $html |
|
getHtmlBody |
|
private string getHtmlBody( )
|
| |
returns the HTML Body
Warning: documentation is missing.
|
| Returns |
string $html |
|
preview |
|
private string preview( )
|
| |
returns the eCard formatted for previewing
|
| Returns |
string $html |
|
logthis |
|
private void logthis( )
|
| |
logs the current order
|
| Returns |
void |
|
|
Private Field Details |
$width |
|
private integer $width
>>470<<
Width of the Order
|
|
$height |
|
private integer $height
>>300<<
Height of the Order
|
|
|
|
|
|
|
|
| PHPDoc 1.0beta |