Пример #1
0
 /**
  * ルーム別メニュー設定取得
  *
  */
 function getMobileMenuEachRoomMenu($module_id)
 {
     $conf = $this->_configView->getConfig($module_id, false);
     if ($conf === false) {
         return false;
     }
     return $conf['mobile_menu_each_room']['conf_value'];
 }