CloneSet189


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10520.992class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11033
administrator/components/com_installer/models/languages.php
21041
administrator/components/com_installer/models/libraries.php
31032
administrator/components/com_installer/models/modules.php
41044
administrator/components/com_installer/models/packages.php
51033
administrator/components/com_installer/models/templates.php
Clone Instance
1
Line Count
10
Source Line
33
Source File
administrator/components/com_installer/models/languages.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'));
              }


Clone Instance
2
Line Count
10
Source Line
41
Source File
administrator/components/com_installer/models/libraries.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.libraries.string", 'filter', '', 'string'));
                $this->setState('filter.client', $mainframe->getUserStateFromRequest( "com_installer.libraries.client", 'client', -1, 'int'));
              }


Clone Instance
3
Line Count
10
Source Line
32
Source File
administrator/components/com_installer/models/modules.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.modules.string', 'filter', '', 'string'));
                $this->setState('filter.client', $mainframe->getUserStateFromRequest('com_installer.modules.client', 'client', -1, 'int'));
              }


Clone Instance
4
Line Count
10
Source Line
44
Source File
administrator/components/com_installer/models/packages.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.packages.string", 'filter', '', 'string'));
                $this->setState('filter.client', $mainframe->getUserStateFromRequest( "com_installer.packages.client", 'client', -1, 'int'));
              }


Clone Instance
5
Line Count
10
Source Line
33
Source File
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.templates.string", 'filter', '', 'string'));
                $this->setState('filter.client', $mainframe->getUserStateFromRequest("com_installer.templates.client", 'client', -1, 'int'));
              }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58ead800]]
"com_installer.languages.string" 
12[[#58ead800]]
"com_installer.libraries.string" 
13[[#58ead800]]
'com_installer.modules.string' 
14[[#58ead800]]
"com_installer.packages.string" 
15[[#58ead800]]
"com_installer.templates.string" 
21[[#58ead760]]
"com_installer.languages.client" 
22[[#58ead760]]
"com_installer.libraries.client" 
23[[#58ead760]]
'com_installer.modules.client' 
24[[#58ead760]]
"com_installer.packages.client" 
25[[#58ead760]]
"com_installer.templates.client"