Exemplo n.º 1
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['child']['component'] = 'Kwc_Trl_InheritContentWithVisible_Box_Child_Component';
     return $ret;
 }
Exemplo n.º 2
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['child']['component'] = 'Kwc_Trl_InheritContent_Box_Child_Component';
     return $ret;
 }
Exemplo n.º 3
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['child']['component'] = 'Kwf_Component_Cache_Box_IcRoot_InheritContent_Child_Component';
     return $ret;
 }