/** * Loads the default data and the sections from the data store. * * @return Enlight_Config */ public function read() { if (isset($this->_adapter)) { $this->_adapter->read($this); } return $this; }
/** * Loads the default data and the sections from the data store. * * @return Enlight_Config */ public function read() { $this->_adapter->read($this); return $this; }