hive() 공개 메소드

Publish hive contents
public hive ( ) : array
리턴 array
예제 #1
0
 protected function _getConfig()
 {
     if (!$this->_config) {
         $hive = $this->_fw->hive();
         $hive['xhbid'] = $this->getXhbId();
         $this->_processConfig($hive);
     }
     return $this->_config;
 }