예제 #1
0
 public static function getSettings($masterComponentClass)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['childModel'] = 'Kwc_Events_Directory_Trl_Model';
     $ret['menuConfig'] = 'Kwf_Component_Abstract_MenuConfig_Trl_SameClass';
     return $ret;
 }
예제 #2
0
 public static function getSettings($masterComponentClass = null)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['childModel'] = 'Kwf_Component_Cache_Directory_DbIdShortcut_Trl_Model';
     $ret['flags']['chainedType'] = 'Trl';
     return $ret;
 }
예제 #3
0
 public static function getSettings($masterComponentClass)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['hasModifyItemData'] = true;
     $ret['childModel'] = 'Kwc_Directories_Category_Directory_Trl_CategoriesModel';
     return $ret;
 }
예제 #4
0
 public static function getSettings($masterComponentClass = null)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['childModel'] = 'Kwf_Component_Cache_Directory_Root_Directory_Trl_Model';
     $ret['flags']['chainedType'] = 'Trl';
     $ret['flags']['hasAllChainedByMaster'] = true;
     return $ret;
 }
예제 #5
0
 public static function getSettings($masterComponentClass)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['childModel'] = 'Kwc_Articles_Directory_Trl_Model';
     $ret['menuConfig'] = 'Kwf_Component_Abstract_MenuConfig_Trl_SameClass';
     //darf im seitenbaum nicht berbeitet werden
     $ret['extConfig'] = 'Kwf_Component_Abstract_ExtConfig_None';
     //config fuer admin button oben
     $ret['extConfigControllerIndex'] = 'Kwc_Directories_Item_Directory_ExtConfigTabs';
     return $ret;
 }
예제 #6
0
 public static function getSettings($masterComponentClass)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['childModel'] = 'Kwc_Shop_Products_Directory_Trl_Model';
     $ret['menuConfig'] = 'Kwf_Component_Abstract_MenuConfig_Trl_SameClass';
     //darf im seitenbaum nicht berbeitet werden
     $ret['extConfig'] = 'Kwf_Component_Abstract_ExtConfig_None';
     //config fuer admin button oben
     $ret['extConfigControllerIndex'] = 'Kwc_Directories_Item_Directory_ExtConfigEditButtons';
     $ret['generators']['addToCart']['class'] = 'Kwc_Shop_Products_Directory_Trl_AddToCartGenerator';
     return $ret;
 }
예제 #7
0
 public static function getSettings($masterComponentClass = null)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['extConfig'] = 'Kwf_Component_Abstract_ExtConfig_None';
     return $ret;
 }
예제 #8
0
 public static function getSettings($masterComponentClass = null)
 {
     $ret = parent::getSettings($masterComponentClass);
     $ret['childModel'] = 'Kwc_Directories_AjaxViewTrl_Directory_Trl_Model';
     return $ret;
 }