| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 5 | 2 | 0.992 | class_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 33 | administrator/components/com_installer/models/languages.php |
| 2 | 10 | 41 | administrator/components/com_installer/models/libraries.php |
| 3 | 10 | 32 | administrator/components/com_installer/models/modules.php |
| 4 | 10 | 44 | administrator/components/com_installer/models/packages.php |
| 5 | 10 | 33 | administrator/components/com_installer/models/templates.php |
| ||||
/**
* Overridden constructor
* @access protected
*/
function __construct() {
global $mainframe;
// Call the parent constructor
parent:: __construct();
// Set state variables from the request
$this->setState('filter.string', $mainframe->getUserStateFromRequest("com_installer.languages.string", 'filter', '', 'string'));
$this->setState('filter.client', $mainframe->getUserStateFromRequest("com_installer.languages.client", 'client', -1, 'int'));
}
|
| ||||
/**
* Overridden constructor
* @access protected
*/
function __construct() {
global $mainframe;
// Call the parent constructor
parent:: __construct();
// Set state variables from the request
$this->setState('filter.string', $mainframe->getUserStateFromRequest( "com_installer.libraries.string", 'filter', '', 'string'));
$this->setState('filter.client', $mainframe->getUserStateFromRequest( "com_installer.libraries.client", 'client', -1, 'int'));
}
|
| ||||
/**
* Overridden constructor
* @access protected
*/
function __construct() {
global $mainframe;
// Call the parent constructor
parent:: __construct();
// Set state variables from the request
$this->setState('filter.string', $mainframe->getUserStateFromRequest('com_installer.modules.string', 'filter', '', 'string'));
$this->setState('filter.client', $mainframe->getUserStateFromRequest('com_installer.modules.client', 'client', -1, 'int'));
}
|
| ||||
/**
* Overridden constructor
* @access protected
*/
function __construct() {
global $mainframe;
// Call the parent constructor
parent:: __construct();
// Set state variables from the request
$this->setState('filter.string', $mainframe->getUserStateFromRequest( "com_installer.packages.string", 'filter', '', 'string'));
$this->setState('filter.client', $mainframe->getUserStateFromRequest( "com_installer.packages.client", 'client', -1, 'int'));
}
|
| ||||
/**
* Overridden constructor
* @access protected
*/
function __construct() {
global $mainframe;
// Call the parent constructor
parent:: __construct();
// Set state variables from the request
$this->setState('filter.string', $mainframe->getUserStateFromRequest("com_installer.templates.string", 'filter', '', 'string'));
$this->setState('filter.client', $mainframe->getUserStateFromRequest("com_installer.templates.client", 'client', -1, 'int'));
}
|
| |||
/**
* Overridden constructor
* @access protected
*/
/**
* Overridden constructor
* @access protected
*/
function __construct() {
global $mainframe;
// Call the parent constructor
parent:: __construct();
// Set state variables from the request
$this->setState('filter.string',$mainframe->getUserStateFromRequest( [[#variable58ead800]],'filter','','string'));
$this->setState('filter.client',$mainframe->getUserStateFromRequest( [[#variable58ead760]],'client',-1,'int'));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#58ead800]] | "com_installer.languages.string" |
| 1 | 2 | [[#58ead800]] | "com_installer.libraries.string" |
| 1 | 3 | [[#58ead800]] | 'com_installer.modules.string' |
| 1 | 4 | [[#58ead800]] | "com_installer.packages.string" |
| 1 | 5 | [[#58ead800]] | "com_installer.templates.string" |
| 2 | 1 | [[#58ead760]] | "com_installer.languages.client" |
| 2 | 2 | [[#58ead760]] | "com_installer.libraries.client" |
| 2 | 3 | [[#58ead760]] | 'com_installer.modules.client' |
| 2 | 4 | [[#58ead760]] | "com_installer.packages.client" |
| 2 | 5 | [[#58ead760]] | "com_installer.templates.client" |