Public Member Functions | |
getStore () | |
formatPrice ($value) | |
Protected Member Functions | |
_construct () | |
_getSession () | |
Protected Attributes | |
$_template = 'sales/order/create/totals/default.phtml' |
Definition at line 33 of file Default.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_Core_Block_Abstract.
Definition at line 37 of file Default.php.
_getSession | ( | ) | [protected] |
Retrieve quote session object
Definition at line 46 of file Default.php.
00047 { 00048 return Mage::getSingleton('adminhtml/session_quote'); 00049 }
formatPrice | ( | $ | value | ) |
Definition at line 61 of file Default.php.
00062 { 00063 return $this->getStore()->formatPrice($value); 00064 }
getStore | ( | ) |
Retrieve store model object
Definition at line 56 of file Default.php.
00057 { 00058 return $this->_getSession()->getStore(); 00059 }
$_template = 'sales/order/create/totals/default.phtml' [protected] |
Reimplemented in Mage_Adminhtml_Block_Sales_Order_Create_Totals_Tax.
Definition at line 35 of file Default.php.