Mage_Core_Model_Config_System Class Reference

Inheritance diagram for Mage_Core_Model_Config_System:

Mage_Core_Model_Config_Base Varien_Simplexml_Config

List of all members.

Public Member Functions

 __construct ($sourceData=null)
 load ($module)


Detailed Description

Definition at line 34 of file System.php.


Constructor & Destructor Documentation

__construct ( sourceData = null  ) 

Constructor

Reimplemented from Mage_Core_Model_Config_Base.

Definition at line 36 of file System.php.

00037     {
00038         parent::__construct($sourceData);
00039     }


Member Function Documentation

load ( module  ) 

Definition at line 41 of file System.php.

00042     {
00043         $file = Mage::getConfig()->getModuleDir('etc', $module).DS.'system.xml';
00044         $this->loadFile($file);
00045         return $this;
00046     }


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

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