Public Member Functions | |
__construct ($oData, $oPdf) | |
generate ($iStartPos) | |
Protected Member Functions | |
_setTotalCostsWithoutDiscount (&$iStartPos) | |
_setTotalCostsWithDiscount (&$iStartPos) | |
_setVoucherInfo (&$iStartPos) | |
_setDeliveryInfo (&$iStartPos) | |
_setWrappingInfo (&$iStartPos) | |
_setPaymentInfo (&$iStartPos) | |
_setTsProtection (&$iStartPos) | |
_setGrandTotalPriceInfo (&$iStartPos) | |
_setPaymentMethodInfo (&$iStartPos) | |
_setPayUntilInfo (&$iStartPos) | |
Protected Attributes | |
$_oData = null | |
$_oPdf = null |
Order summary class
Definition at line 146 of file myorder.php.
PdfArticleSummary.__construct | ( | $ | oData, | |
$ | oPdf | |||
) |
Constructor
object | $oData order object | |
object | $oPdf pdf object |
Definition at line 169 of file myorder.php.
PdfArticleSummary._setDeliveryInfo | ( | &$ | iStartPos | ) | [protected] |
Sets delivery info to pdf
int | &$iStartPos text start position |
Definition at line 335 of file myorder.php.
PdfArticleSummary._setGrandTotalPriceInfo | ( | &$ | iStartPos | ) | [protected] |
Sets grand total order price to pdf
int | &$iStartPos text start position |
Definition at line 555 of file myorder.php.
PdfArticleSummary._setPaymentInfo | ( | &$ | iStartPos | ) | [protected] |
Sets payment info to pdf
int | &$iStartPos text start position |
Definition at line 463 of file myorder.php.
PdfArticleSummary._setPaymentMethodInfo | ( | &$ | iStartPos | ) | [protected] |
Sets payment method info to pdf
int | &$iStartPos text start position |
Definition at line 577 of file myorder.php.
PdfArticleSummary._setPayUntilInfo | ( | &$ | iStartPos | ) | [protected] |
Sets pay until date to pdf
int | &$iStartPos text start position |
Definition at line 595 of file myorder.php.
PdfArticleSummary._setTotalCostsWithDiscount | ( | &$ | iStartPos | ) | [protected] |
Sets total costs values using order with discount
int | &$iStartPos text start position |
Definition at line 220 of file myorder.php.
PdfArticleSummary._setTotalCostsWithoutDiscount | ( | &$ | iStartPos | ) | [protected] |
Sets total costs values using order without discount
int | &$iStartPos text start position |
Definition at line 182 of file myorder.php.
PdfArticleSummary._setTsProtection | ( | &$ | iStartPos | ) | [protected] |
Sets payment info to pdf
int | &$iStartPos text start position |
Definition at line 517 of file myorder.php.
PdfArticleSummary._setVoucherInfo | ( | &$ | iStartPos | ) | [protected] |
Sets voucher values to pdf
int | &$iStartPos text start position |
Definition at line 311 of file myorder.php.
PdfArticleSummary._setWrappingInfo | ( | &$ | iStartPos | ) | [protected] |
Sets wrapping info to pdf
int | &$iStartPos text start position |
Definition at line 380 of file myorder.php.
PdfArticleSummary.generate | ( | $ | iStartPos | ) |
Generates order info block (prices, VATs, etc )
int | $iStartPos text start position |
Definition at line 610 of file myorder.php.
PdfArticleSummary.$_oData = null [protected] |
Definition at line 153 of file myorder.php.
PdfArticleSummary.$_oPdf = null [protected] |
Definition at line 159 of file myorder.php.