Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 118 | administrator/components/com_modules/models/modules.php |
2 | 10 | 79 | administrator/components/com_templates/models/templates.php |
| ||||
/** * Method to get the total number of Module items * * @access public * @return integer */ function getTotal() { // Lets load the content if it doesn't already exist if (empty($this->_total)) { $query= $this->_buildQuery(); $this->_total = $this->_getListCount($query); } return $this->_total; } |
| ||||
/** * Method to get the total number of Module items * * @access public * @return integer */ function getTotal() { // Lets load the content if it doesn't already exist if (empty($this->_total)) { $query= $this->_buildQuery(); $this->_total = $this->_getListCount($query); } return $this->_total; } |
| |||
/** * Method to get the total number of Module items * * @access public * @return integer */ function getTotal() { // Lets load the content if it doesn't already exist if (empty($this->_total)) { $query=$this->_buildQuery(); $this->_total =$this->_getListCount($query); } return $this->_total; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |