public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['ownModel'] = 'Kwc_Basic_DownloadTagBehindLogin_TestModel';
     $ret['plugins']['password'] = '******';
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['ownModel'] = 'Kwc_Basic_DownloadTag_TestModel';
     return $ret;
 }
Exemplo n.º 3
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['ownModel'] = 'Kwc_Trl_DownloadTag_DownloadTag_TestModel';
     return $ret;
 }
Exemplo n.º 4
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['ownModel'] = 'Kwf_Component_Plugin_Inherit_Test1_DownloadTag_Model';
     return $ret;
 }