
Public Member Functions | |
| toPdf () | |
Protected Member Functions | |
| _construct () | |
Definition at line 28 of file Purchaseorder.php.
| _construct | ( | ) | [protected] |
Internal constructor, that is called from real constructor
Please override this one instead of overriding real __construct constructor
Please override this one instead of overriding real __construct constructor
Reimplemented from Mage_Payment_Block_Info.
Definition at line 30 of file Purchaseorder.php.
00031 { 00032 parent::_construct(); 00033 $this->setTemplate('payment/info/purchaseorder.phtml'); 00034 }
| toPdf | ( | ) |
Reimplemented from Mage_Payment_Block_Info.
Definition at line 36 of file Purchaseorder.php.
00037 { 00038 $this->setTemplate('payment/info/pdf/purchaseorder.phtml'); 00039 return $this->toHtml(); 00040 }
1.5.8