Mage_GoogleCheckout_Block_Redirect Class Reference

Inheritance diagram for Mage_GoogleCheckout_Block_Redirect:

Mage_Page_Block_Redirect Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 getTargetURL ()
 getMethod ()
 getMessage ()


Detailed Description

Definition at line 34 of file Redirect.php.


Member Function Documentation

getMessage (  ) 

Additional custom message

Returns:
string Output message

Reimplemented from Mage_Page_Block_Redirect.

Definition at line 52 of file Redirect.php.

00053     {
00054         return $this->__('You will be redirected to GoogleCheckout in a few seconds.');
00055     }

getMethod (  ) 

Definition at line 47 of file Redirect.php.

00048     {
00049         return 'GET';
00050     }

getTargetURL (  ) 

Description goes here...

Returns:
string

Reimplemented from Mage_Page_Block_Redirect.

Definition at line 41 of file Redirect.php.

00042     {
00043         return $this->getRedirectUrl();
00044     }


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

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