public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('Table');
     $ret['ownModel'] = 'Kwc_Trl_Table_Table_OwnModel';
     $ret['childModel'] = 'Kwc_Trl_Table_Table_MasterModel';
     return $ret;
 }
Beispiel #2
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     return $ret;
 }