Mage_Payment_Block_Info_Purchaseorder Class Reference

Inheritance diagram for Mage_Payment_Block_Info_Purchaseorder:

Mage_Payment_Block_Info Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 toPdf ()

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 28 of file Purchaseorder.php.


Member Function Documentation

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


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:32 2009 for Magento by  doxygen 1.5.8