Detailed Description
Order summary class 
Definition at line 146 of file myorder.php.
Constructor & Destructor Documentation
      
        
          | PdfArticleSummary::__construct  | 
          ( | 
            | 
          $oData,  | 
        
        
           | 
           | 
            | 
          $oPdf  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor
- Parameters
 - 
  
    | object | $oData | order object  | 
    | object | $oPdf | pdf object | 
  
   
- Returns
 - null 
 
Definition at line 169 of file myorder.php.
 
 
Member Function Documentation
  
  
      
        
          | PdfArticleSummary::_setDeliveryInfo  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets delivery info to pdf
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 335 of file myorder.php.
 
 
  
  
      
        
          | PdfArticleSummary::_setGrandTotalPriceInfo  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets grand total order price to pdf
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 551 of file myorder.php.
 
 
  
  
      
        
          | PdfArticleSummary::_setPaymentInfo  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets payment info to pdf
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 459 of file myorder.php.
 
 
  
  
      
        
          | PdfArticleSummary::_setPaymentMethodInfo  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets payment method info to pdf
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 573 of file myorder.php.
 
 
  
  
      
        
          | PdfArticleSummary::_setPayUntilInfo  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets pay until date to pdf
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 591 of file myorder.php.
 
 
  
  
      
        
          | PdfArticleSummary::_setTotalCostsWithDiscount  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets total costs values using order with discount
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 220 of file myorder.php.
 
 
  
  
      
        
          | PdfArticleSummary::_setTotalCostsWithoutDiscount  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets total costs values using order without discount
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 182 of file myorder.php.
 
 
  
  
      
        
          | PdfArticleSummary::_setTsProtection  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets payment info to pdf
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 513 of file myorder.php.
 
 
  
  
      
        
          | PdfArticleSummary::_setVoucherInfo  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets voucher values to pdf
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 311 of file myorder.php.
 
 
  
  
      
        
          | PdfArticleSummary::_setWrappingInfo  | 
          ( | 
          &  | 
          $iStartPos | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Sets wrapping info to pdf
- Parameters
 - 
  
    | int | &$iStartPos | text start position | 
  
   
- Returns
 - none 
 
Definition at line 380 of file myorder.php.
 
 
      
        
          | PdfArticleSummary::generate  | 
          ( | 
            | 
          $iStartPos | ) | 
           | 
        
      
 
Generates order info block (prices, VATs, etc )
- Parameters
 - 
  
    | int | $iStartPos | text start position | 
  
   
- Returns
 - int 
 
Definition at line 606 of file myorder.php.
 
 
Member Data Documentation
  
  
      
        
          | PdfArticleSummary::$_oData = null | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | PdfArticleSummary::$_oPdf = null | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: