Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 2 | 0.995 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 25 | administrator/modules/mod_feed/helper.php |
2 | 13 | 18 | modules/mod_feed/helper.php |
| ||||
$moduleclass_sfx= $params->get('moduleclass_sfx', ''); // get RSS parsed object $options= array(); $options['rssUrl']= $rssurl; if ($params->get('cache')) { $options['cache_time']= $params->get('cache_time', 15); $options['cache_time'] *= 60; } else { $options['cache_time']= NULL; } $rssDoc= &JFactory::getXMLparser('RSS', $options); |
| ||||
// module params $rssurl= $params->get('rssurl', ''); // get RSS parsed object $options= array(); $options['rssUrl']= $rssurl; if ($params->get('cache')) { $options['cache_time']= $params->get('cache_time', 15); $options['cache_time'] *= 60; } else { $options['cache_time']= NULL; } $rssDoc= &JFactory::getXMLparser('RSS', $options); |
| |||
[[#variable4cbb18c0]]=$params->get( [[#variable52283e20]],''); // get RSS parsed object $options=array(); $options['rssUrl']=$rssurl; if ($params->get('cache')) { $options['cache_time']=$params->get('cache_time',15); $options['cache_time'] *= 60; } else { $options['cache_time']=NULL; } $rssDoc= &JFactory::getXMLparser('RSS',$options); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4cbb18c0]] | // module params $rssurl |
1 | 2 | [[#4cbb18c0]] | $moduleclass_sfx |
2 | 1 | [[#52283e20]] | 'rssurl' |
2 | 2 | [[#52283e20]] | 'moduleclass_sfx' |