Packageindex Classtrees Modulegroups Elementlist Report XML Files

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

 

private class jpeto_ecard extends 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

Fields inherited from jpeto_multipart_message

$alternativeboundary, $relatedboundary, $htmlmail, $textmail, $attachment, $r_name, $r_mail, $s_name, $s_mail, $subject

Private Field Summary

integer

$width

Width of the e-Card
integer

$height

Height of the e-Card

Included files inherited from jpeto_multipart_message

jpeto/jpeto_attachment.php

Included files Summary, Type: include_once

jpeto/jpeto_multipart_message.php Warning: documentation is missing.

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


Included Files, Type: include_once

jpeto/jpeto_multipart_message.php

include_once( jpeto/jpeto_multipart_message.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta