Packageindex Classtrees Modulegroups Elementlist Report XML Files

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

 

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

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 Order
integer

$height

Height of the Order

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_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


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