Mage_Checkout_Block_Multishipping_Link Class Reference

Inheritance diagram for Mage_Checkout_Block_Multishipping_Link:

Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 getCheckoutUrl ()
 getQuote ()
 _toHtml ()


Detailed Description

Definition at line 34 of file Link.php.


Member Function Documentation

_toHtml (  ) 

Render block HTML

Returns:
string

Reimplemented from Mage_Core_Block_Template.

Definition at line 46 of file Link.php.

00047     {
00048         if (!Mage::helper('checkout')->isMultishippingCheckoutAvailable()){
00049             return '';
00050         }
00051 
00052         return parent::_toHtml();
00053     }

getCheckoutUrl (  ) 

Definition at line 36 of file Link.php.

00037     {
00038         return $this->getUrl('checkout/multishipping', array('_secure'=>true));
00039     }

getQuote (  ) 

Definition at line 41 of file Link.php.

00042     {
00043         return Mage::getSingleton('checkout/session')->getQuote();
00044     }


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

Generated on Sat Jul 4 17:23:50 2009 for Magento by  doxygen 1.5.8