Mage_Install_Block_Begin Class Reference

Inheritance diagram for Mage_Install_Block_Begin:

Mage_Install_Block_Abstract Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 __construct ()
 getLanguages ()
 getPostUrl ()
 getLicenseHtml ()


Detailed Description

Installation begin block

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 32 of file Begin.php.


Constructor & Destructor Documentation

__construct (  ) 

Set template

Reimplemented from Varien_Object.

Definition at line 38 of file Begin.php.

00039     {
00040         parent::__construct();
00041         $this->setTemplate('install/begin.phtml');
00042     }


Member Function Documentation

getLanguages (  ) 

Deprecated

Definition at line 47 of file Begin.php.

00048     {
00049     }

getLicenseHtml (  ) 

Get License HTML contents

Returns:
string

Definition at line 66 of file Begin.php.

00067     {
00068         return file_get_contents(BP . DS . (string)Mage::getConfig()->getNode('install/eula_file'));
00069     }

getPostUrl (  ) 

Get wizard URL

Returns:
string

Definition at line 56 of file Begin.php.

00057     {
00058         return Mage::getUrl('install/wizard/beginPost');
00059     }


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

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