Public Member Functions | |
__construct ($sourceData=null) | |
load ($module) |
Definition at line 34 of file System.php.
__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 }
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 }