예제 #1
0
 /**
  * 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;
 }