Class Mage_Sales_Model_Order_Pdf_Total_Default

Description

Magento

NOTICE OF LICENSE

This source file is subject to the Open Software License (OSL 3.0) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.

DISCLAIMER

Do not edit or add to this file if you wish to upgrade Magento to newer versions in the future. If you wish to customize Magento for your needs please refer to http://www.magentocommerce.com for more information.

Located in /Sales/Model/Order/Pdf/Total/Default.php (line 27)

Varien_Object
   |
   --Mage_Sales_Model_Order_Pdf_Total_Default
Direct descendents
Method Summary
bool canDisplay ()
float getAmount ()
array getFullTaxInfo ()
Methods
canDisplay (line 102)

Check if we can display total information in PDF

  • access: public
bool canDisplay ()
getAmount (line 113)

Get Total amount from source

  • access: public
float getAmount ()
getFullTaxInfo (line 67)

Get array of arrays with tax information for display in PDF

array( $index => array( 'amount' => $amount, 'label' => $label, 'font_size'=> $font_size ) )

  • access: public
array getFullTaxInfo ()
getTotalsForDisplay (line 40)

Get array of arrays with totals information for display in PDF

array( $index => array( 'amount' => $amount, 'label' => $label, 'font_size'=> $font_size ) )

  • access: public
array getTotalsForDisplay ()

Redefined in descendants as:

Documentation generated on Fri, 11 Feb 2011 17:00:58 +0200 by phpDocumentor 1.4.3