Mage_GoogleCheckout_Model_Shipping Class Reference

Inheritance diagram for Mage_GoogleCheckout_Model_Shipping:

Mage_Shipping_Model_Carrier_Abstract Varien_Object

List of all members.

Public Member Functions

 collectRates (Mage_Shipping_Model_Rate_Request $request)
 getAllowedMethods ()

Protected Attributes

 $_code = 'googlecheckout'


Detailed Description

Definition at line 34 of file Shipping.php.


Member Function Documentation

collectRates ( Mage_Shipping_Model_Rate_Request request  ) 

Enter description here...

Parameters:
Mage_Shipping_Model_Rate_Request $data
Returns:
Mage_Shipping_Model_Rate_Result

Reimplemented from Mage_Shipping_Model_Carrier_Abstract.

Definition at line 44 of file Shipping.php.

00045     {
00046         // dummy placeholder
00047         return $this;
00048     }

getAllowedMethods (  ) 

Definition at line 50 of file Shipping.php.

00051     {
00052         return array();
00053     }


Member Data Documentation

$_code = 'googlecheckout' [protected]

Reimplemented from Mage_Shipping_Model_Carrier_Abstract.

Definition at line 36 of file Shipping.php.


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

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