/** * @return Enlight_Config */ public function write() { if (isset($this->_adapter)) { $this->_adapter->write($this); } return $this; }
/** * @return Enlight_Config */ public function write() { $this->_adapter->write($this); return $this; }