コード例 #1
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['generators']['child']['component'] = 'Kwc_Trl_InheritContentWithVisible_Box_Child_Component';
     return $ret;
 }
コード例 #2
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['child']['component'] = 'Kwc_Trl_InheritContent_Box_Child_Component';
     return $ret;
 }
コード例 #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;
 }