CloneSet744


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3410.991class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1337
administrator/components/com_categories/models/category.php
2338
administrator/components/com_content/models/article.php
3338
administrator/components/com_menus/models/item.php
4337
administrator/components/com_menus/models/menu.php
Clone Instance
1
Line Count
3
Source Line
37
Source File
administrator/components/com_categories/models/category.php

        /**
         * Returns a reference to the a Table object, always creating it
         *
         * @param       type    $type    The table type to instantiate
         * @param       string  $prefix  A prefix for the table class name. Optional.
         * @param       array   $options Configuration array for model. Optional.
         * @return      JTable  A database object
        */
        public

               function &getTable($type=  'Category', $prefix=  'JTable', $config=  array()) {

                return JTable::getInstance($type, $prefix, $config);
              }


Clone Instance
2
Line Count
3
Source Line
38
Source File
administrator/components/com_content/models/article.php

        /**
         * Returns a reference to the a Table object, always creating it
         *
         * @param       type    $type    The table type to instantiate
         * @param       string  $prefix  A prefix for the table class name. Optional.
         * @param       array   $options Configuration array for model. Optional.
         * @return      JTable  A database object
        */
        public

               function &getTable($type=  'Content', $prefix=  'JTable', $config=  array()) {

                return JTable::getInstance($type, $prefix, $config);
              }


Clone Instance
3
Line Count
3
Source Line
38
Source File
administrator/components/com_menus/models/item.php

        /**
         * Returns a reference to the a Table object, always creating it
         *
         * @param       type    $type    The table type to instantiate
         * @param       string  $prefix  A prefix for the table class name. Optional.
         * @param       array   $options Configuration array for model. Optional.
         * @return      JTable  A database object
        */
        public

               function &getTable($type=  'Menu', $prefix=  'JTable', $config=  array()) {

                return JTable::getInstance($type, $prefix, $config);
              }


Clone Instance
4
Line Count
3
Source Line
37
Source File
administrator/components/com_menus/models/menu.php

        /**
         * Returns a reference to the a Table object, always creating it
         *
         * @param       type    $type    The table type to instantiate
         * @param       string  $prefix  A prefix for the table class name. Optional.
         * @param       array   $options Configuration array for model. Optional.
         * @return      JTable  A database object
        */
        public

               function &getTable($type=  'MenuType', $prefix=  'JTable', $config=  array()) {

                return JTable::getInstance($type, $prefix, $config);
              }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Returns a reference to the a Table object, always creating it
         *
         * @param       type    $type    The table type to instantiate
         * @param       string  $prefix  A prefix for the table class name. Optional.
         * @param       array   $options Configuration array for model. Optional.
         * @return      JTable  A database object
        */
public

      function &getTable($type= [[#variable4c805da0]],$prefix='JTable',$config=array()) {
        return JTable::getInstance($type,$prefix,$config);
      }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4c805da0]]
'MenuType' 
12[[#4c805da0]]
'Menu' 
13[[#4c805da0]]
'Content' 
14[[#4c805da0]]
'Category'