コード例 #1
0
ファイル: Config.php プロジェクト: ClaudioThomas/shopware-4
 /**
  * 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;
 }
コード例 #2
0
ファイル: Config.php プロジェクト: nhp/shopware-4
 /**
  * Loads the default data and the sections from the data store.
  *
  * @return Enlight_Config
  */
 public function read()
 {
     $this->_adapter->read($this);
     return $this;
 }