Definition at line 130 of file myorder.php.
Public Member Functions | |
__construct ($oData, $oPdf) | |
generate ($iStartPos) | |
Protected Member Functions | |
_setTotalCostsWithoutDiscount (&$iStartPos) | |
_setTotalCostsWithDiscount (&$iStartPos) | |
_setVoucherInfo (&$iStartPos) | |
_setDeliveryInfo (&$iStartPos) | |
_setWrappingInfo (&$iStartPos) | |
_setPaymentInfo (&$iStartPos) | |
_setGrandTotalPriceInfo (&$iStartPos) | |
_setPaymentMethodInfo (&$iStartPos) | |
_setPayUntilInfo (&$iStartPos) | |
Protected Attributes | |
$_oData = null | |
$_oPdf = null |
PdfArticleSummary.__construct | ( | $ | oData, | |
$ | oPdf | |||
) |
Constructor
object | $oData order object | |
object | $oPdf pdf object |
Definition at line 153 of file myorder.php.
PdfArticleSummary._setTotalCostsWithoutDiscount | ( | &$ | iStartPos | ) | [protected] |
Sets total costs values using order without discount
int | &$iStartPos text start position |
Definition at line 166 of file myorder.php.
PdfArticleSummary._setTotalCostsWithDiscount | ( | &$ | iStartPos | ) | [protected] |
Sets total costs values using order with discount
int | &$iStartPos text start position |
Definition at line 204 of file myorder.php.
PdfArticleSummary._setVoucherInfo | ( | &$ | iStartPos | ) | [protected] |
Sets voucher values to pdf
int | &$iStartPos text start position |
Definition at line 257 of file myorder.php.
PdfArticleSummary._setDeliveryInfo | ( | &$ | iStartPos | ) | [protected] |
Sets delivery info to pdf
int | &$iStartPos text start position |
Definition at line 281 of file myorder.php.
PdfArticleSummary._setWrappingInfo | ( | &$ | iStartPos | ) | [protected] |
Sets wrapping info to pdf
int | &$iStartPos text start position |
Definition at line 325 of file myorder.php.
PdfArticleSummary._setPaymentInfo | ( | &$ | iStartPos | ) | [protected] |
Sets payment info to pdf
int | &$iStartPos text start position |
Definition at line 369 of file myorder.php.
PdfArticleSummary._setGrandTotalPriceInfo | ( | &$ | iStartPos | ) | [protected] |
Sets grand total order price to pdf
int | &$iStartPos text start position |
Definition at line 409 of file myorder.php.
PdfArticleSummary._setPaymentMethodInfo | ( | &$ | iStartPos | ) | [protected] |
Sets payment method info to pdf
int | &$iStartPos text start position |
Definition at line 438 of file myorder.php.
PdfArticleSummary._setPayUntilInfo | ( | &$ | iStartPos | ) | [protected] |
Sets pay until date to pdf
int | &$iStartPos text start position |
Definition at line 456 of file myorder.php.
PdfArticleSummary.generate | ( | $ | iStartPos | ) |
Generates order info block (prices, VATs, etc )
int | $iStartPos text start position |
Definition at line 471 of file myorder.php.
PdfArticleSummary.$_oData = null [protected] |
Definition at line 137 of file myorder.php.
PdfArticleSummary.$_oPdf = null [protected] |
Definition at line 143 of file myorder.php.