예제 #1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['level'] = 2;
     unset($ret['dataModel']);
     return $ret;
 }
예제 #2
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['level'] = 2;
     //$ret['generators']['subMenu']['component'] = 'Kwf_Component_Cache_Menu_Root4_Menu_Sub_Component';
     return $ret;
 }
예제 #3
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['level'] = 'main';
     return $ret;
 }
예제 #4
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['assetsDefer']['dep'][] = 'KwfDoubleTapToGo';
     return $ret;
 }
예제 #5
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['level'] = 'root';
     return $ret;
 }
예제 #6
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     return $ret;
 }