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