|
|
|
File: c:/web/jpeto2/jpeto/jpeto_ecard.php
JPETo - James's Publishing & Editing Tool - jpeto_objects
jpeto_ecard
jpeto_multipart_message | +-- jpeto_ecard
This class provides the ecard object and is based on jpeto_multipart_message
|
This class provides the ecard 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, getmaildata, gettextbody, send |
|
Public Method Summary |
| void |
jpeto_ecard()Constructor of jpeto_ecard |
|
Private Method Summary |
| string |
getECardHeader()returns the e-Card Header |
| string |
getECardFooter()returns the e-Card Footer |
| string |
getHtmlBody()returns the HTML BodyWarning: documentation is missing. |
| void |
log()do some logging stuff...Warning: documentation is missing. |
| string |
preview()returns the eCard formatted for previewing |
|
|
|
Private Field Summary |
| integer |
$widthWidth of the e-Card |
| integer |
$heightHeight of the e-Card |
|
|
|
|
|
Public Method Details |
jpeto_ecard |
|
public void jpeto_ecard( )
|
| |
Constructor of jpeto_ecard
|
| Returns |
void |
|
|
Private Method Details |
getECardHeader |
|
private string getECardHeader( )
|
| |
returns the e-Card Header
|
| Returns |
string $html |
|
getECardFooter |
|
private string getECardFooter( )
|
| |
returns the e-Card Footer
|
| Returns |
string $html |
|
getHtmlBody |
|
private string getHtmlBody( )
|
| |
returns the HTML Body
Warning: documentation is missing.
|
| Returns |
string $html |
|
log |
|
private void log( )
|
| |
do some logging stuff...
Warning: documentation is missing.
|
| Returns |
void |
|
preview |
|
private string preview( )
|
| |
returns the eCard formatted for previewing
|
| Returns |
string $html |
|
|
Private Field Details |
$width |
|
private integer $width
>>500<<
Width of the e-Card
|
|
$height |
|
private integer $height
>>300<<
Height of the e-Card
|
|
|
|
|
|
|
|
| PHPDoc 1.0beta |