示例#1
0
 /**
  * @return Enlight_Config
  */
 public function write()
 {
     if (isset($this->_adapter)) {
         $this->_adapter->write($this);
     }
     return $this;
 }
示例#2
0
文件: Config.php 项目: nhp/shopware-4
 /**
  * @return Enlight_Config
  */
 public function write()
 {
     $this->_adapter->write($this);
     return $this;
 }