コード例 #1
0
ファイル: Config.php プロジェクト: ClaudioThomas/shopware-4
 /**
  * @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;
 }