예제 #1
0
파일: ConfigClient.php 프로젝트: kokx/Firal
 /**
  * Get the config object
  *
  * @return Zend_Config
  */
 public function getConfig()
 {
     return new Zend_Config($this->_client->getConfig());
 }