Public Member Functions | |
toPdf () | |
Protected Member Functions | |
_construct () |
Definition at line 27 of file Ccsave.php.
_construct | ( | ) | [protected] |
Init default template for block
Reimplemented from Mage_Payment_Block_Info_Cc.
Definition at line 30 of file Ccsave.php.
00031 { 00032 parent::_construct(); 00033 $this->setTemplate('payment/info/ccsave.phtml'); 00034 }
toPdf | ( | ) |
Reimplemented from Mage_Payment_Block_Info_Cc.
Definition at line 36 of file Ccsave.php.
00037 { 00038 $this->setTemplate('payment/info/pdf/ccsave.phtml'); 00039 return $this->toHtml(); 00040 }