CloneSet1231


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110205
administrator/components/com_templates/models/cssedit.php
210190
administrator/components/com_templates/models/source.php
Clone Instance
1
Line Count
10
Source Line
205
Source File
administrator/components/com_templates/models/cssedit.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;
              }


Clone Instance
2
Line Count
10
Source Line
190
Source File
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;
              }


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None