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 | 205 | administrator/components/com_templates/models/cssedit.php |
2 | 10 | 190 | administrator/components/com_templates/models/source.php |
| ||||
/** * Method to initialise the Template data * * @access private * @return boolean True on success * @since 1.6 */ function _initData() { // Lets load the content if it doesn't already exist if (empty($this->_data)) { $template= new stdClass(); $this->_data = $template; return (bool) $this->_data; } return TRUE; } |
| ||||
/** * Method to initialise the Template data * * @access private * @return boolean True on success * @since 1.6 */ function _initData() { // Lets load the content if it doesn't already exist if (empty($this->_data)) { $template= new stdClass(); $this->_data = $template; return (bool) $this->_data; } return TRUE; } |
| |||
/** * Method to initialise the Template data * * @access private * @return boolean True on success * @since 1.6 */ function _initData() { // Lets load the content if it doesn't already exist if (empty($this->_data)) { $template=new stdClass(); $this->_data =$template; return (bool) $this->_data; } return TRUE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |