CloneSet1025


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.989statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1952
libraries/joomla/application/component/modellist.php
2992
libraries/joomla/application/component/modellist.php
Clone Instance
1
Line Count
9
Source Line
52
Source File
libraries/joomla/application/component/modellist.php

                // Get a unique key for the current list state.
                $key=  $this->_getStoreId($this->_context);

                // Try to load the value from internal storage.
                if (!empty( $this->_lists[$key])) {
                        return $this->_lists[$key];
                      }

                // Load the list.
                $query=   $this->_getListQuery();


Clone Instance
2
Line Count
9
Source Line
92
Source File
libraries/joomla/application/component/modellist.php

                // Get a unique key for the current list state.
                $key=  $this->_getStoreId($this->_context);

                // Try to load the value from internal storage.
                if (!empty( $this->_totals[$key])) {
                        return $this->_totals[$key];
                      }

                // Load the total.
                $query=  $this->_getListQuery();


Clone AbstractionParameter Count: 1Parameter Bindings

// Get a unique key for the current list state.
$key=$this->_getStoreId($this->_context);
// Try to load the value from internal storage.
if (!empty($this-> [[#variable3e5f3340]][$key])) {
  return $this-> [[#variable3e5f3340]][$key];
}
// Load the list.
// Load the total.
$query=$this->_getListQuery();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3e5f3340]]
_lists 
12[[#3e5f3340]]
_totals