hive() public method

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