CloneSet125


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
192040.957class_member_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11642
administrator/components/com_weblinks/tables/weblink.php
21692
administrator/components/com_weblinks/tables/weblink.php
316179
administrator/modules/mod_menu/menu.php
4424
components/com_content/views/category/view.html.php
5428
components/com_content/views/category/view.html.php
64172
libraries/joomla/application/categories.php
77179
libraries/joomla/application/categories.php
87193
libraries/joomla/application/categories.php
91635
libraries/joomla/database/table/category.php
101625
libraries/joomla/database/table/content.php
111655
libraries/joomla/database/table/content.php
121675
libraries/joomla/database/table/content.php
1316110
libraries/joomla/database/table/content.php
1416145
libraries/joomla/database/table/content.php
1516165
libraries/joomla/database/table/content.php
161523
libraries/joomla/database/table/menutype.php
172430
libraries/joomla/database/tablenested.php
18440
libraries/joomla/document/html/html.php
191927
libraries/joomla/user/user.php
201963
libraries/joomla/user/user.php
Clone Instance
1
Line Count
16
Source Line
42
Source File
administrator/components/com_weblinks/tables/weblink.php

        /**
         * @var string
         */
        public $title=  NULL;

        /**
         * @var string
         */
        public $alias=  NULL;

        /**
         * @var string
         */
        public $url=  NULL;

        /**
         * @var string
         */
        public $description=  NULL;


Clone Instance
2
Line Count
16
Source Line
92
Source File
administrator/components/com_weblinks/tables/weblink.php

        /**
         * @var int
         */
        public $archived=  NULL;

        /**
         * @var int
         */
        public $approved=  NULL;

        /**
         * @var int
         */
        public $access=  NULL;

        /**
         * @var string
         */
        public $params=  NULL;


Clone Instance
3
Line Count
16
Source Line
179
Source File
administrator/modules/mod_menu/menu.php

        /**
         * Node Title
         */
        public $title=  NULL;

        /**
         * Node Id
         */
        public $id=  NULL;

        /**
         * Node Link
         */
        public $link=  NULL;

        /**
         * CSS Class for node
         */
        public $class=  NULL;


Clone Instance
4
Line Count
4
Source Line
24
Source File
components/com_content/views/category/view.html.php

        public $access=  NULL;
        public $action=  NULL;
        public $items=  NULL;
        public $item=  NULL;


Clone Instance
5
Line Count
4
Source Line
28
Source File
components/com_content/views/category/view.html.php

        public $params=  NULL;
        public $category=  NULL;
        public $user=  NULL;
        public $pagination=  NULL;


Clone Instance
6
Line Count
4
Source Line
172
Source File
libraries/joomla/application/categories.php

        /** @var int Primary key */
        public $id=                                       NULL;
        public $lft=                                      NULL;
        public $rgt=                                      NULL;
        public $ref_id=                           NULL;


Clone Instance
7
Line Count
7
Source Line
179
Source File
libraries/joomla/application/categories.php

        public $lang=                                     NULL;
        /** @var string The menu title for the category (a short name)*/
        public $title=                            NULL;
        /** @var string The the alias for the category*/
        public $alias=                            NULL;
        /** @var string */
        public $description=                      NULL;


Clone Instance
8
Line Count
7
Source Line
193
Source File
libraries/joomla/application/categories.php

        /** @var int */
        public $access=                           NULL;
        /** @var string */
        public $params=                           NULL;
        /** @var int */
        public $numitems=                                 NULL;
        /** @var string */
        public $slug=                                     NULL;


Clone Instance
9
Line Count
16
Source Line
35
Source File
libraries/joomla/database/table/category.php

        /**
         *  @var string
         */
        public $extension=  NULL;

        /**
         *  @var string The
         */
        public $title=  NULL;

        /**
         *  @var string The the alias for the category
         */
        public $alias=  NULL;

        /**
         *  @var string
         */
        public $description=  NULL;


Clone Instance
10
Line Count
16
Source Line
25
Source File
libraries/joomla/database/table/content.php

        /**
         * @var int Primary key
         */
        public $id=  NULL;

        /**
         *  @var string
         */
        public $title=  NULL;

        /**
         *  @var string
         */
        public $alias= NULL;

        /**
         *  @var string
         */
        public $title_alias= NULL;


Clone Instance
11
Line Count
16
Source Line
55
Source File
libraries/joomla/database/table/content.php

        /**
         *  @var int
         */
        public $state=  NULL;

        /**
         *  @var int The id of the category section
         */
        public $sectionid=  NULL;

        /**
         *  @var int DEPRECATED
         */
        public $mask=  NULL;

        /**
         *  @var int
         */
        public $catid=  NULL;


Clone Instance
12
Line Count
16
Source Line
75
Source File
libraries/joomla/database/table/content.php

        /**
         *  @var datetime
         */
        public $created=  NULL;

        /**
         *  @var int User id
         */
        public $created_by=  NULL;

        /**
         *  @var string An alias for the author
         */
        public $created_by_alias=  NULL;

        /**
         *  @var datetime
         */
        public $modified=  NULL;


Clone Instance
13
Line Count
16
Source Line
110
Source File
libraries/joomla/database/table/content.php

        /**
         *  @var datetime
         */
        public $publish_up=  NULL;

        /**
         *  @var datetime
         */
        public $publish_down=  NULL;

        /**
         *  @var string
         */
        public $images=  NULL;

        /**
         *  @var string
         */
        public $urls=  NULL;


Clone Instance
14
Line Count
16
Source Line
145
Source File
libraries/joomla/database/table/content.php

        /**
         *  @var int
         */
        public $ordering=  NULL;

        /**
         *  @var string
         */
        public $metakey=  NULL;

        /**
         *  @var string
         */
        public $metadesc=  NULL;

        /**
         * @var string
         */
        public $metadata=  NULL;


Clone Instance
15
Line Count
16
Source Line
165
Source File
libraries/joomla/database/table/content.php

        /**
         * @var int
         */
        public $access=  NULL;

        /**
         * @var int
         */
        public $hits=  NULL;

        /**
         * @var int
         */
        public $featured=  NULL;

        /**
         * @var varchar
         */
        public $language=  NULL;


Clone Instance
16
Line Count
15
Source Line
23
Source File
libraries/joomla/database/table/menutype.php

        /**
         * @var int Primary key
         */
        public $id=                                       NULL;

        /**
         * @var string
         */
        public $menutype=                         NULL;

        /** @var string
         */
        public $title=                            NULL;

        /**
         * @var string
         */
        public $description=              NULL;


Clone Instance
17
Line Count
24
Source Line
30
Source File
libraries/joomla/database/tablenested.php

        /**
         * Object property holding the primary key of the parent node.  Provides
         * adjacency list data for nodes.
         *
         * @var integer
         */
        public $parent_id=  NULL;

        /**
         * Object property holding the depth level of the node in the tree.
         *
         * @var integer
         */
        public $level=  NULL;

        /**
         * Object property holding the left value of the node for managing its
         * placement in the nested sets tree.
         *
         * @var integer
         */
        public $lft=  NULL;

        /**
         * Object property holding the right value of the node for managing its
         * placement in the nested sets tree.
         *
         * @var integer
         */
        public $rgt=  NULL;


Clone Instance
18
Line Count
4
Source Line
40
Source File
libraries/joomla/document/html/html.php

        public $template=  NULL;
        public $baseurl=  NULL;
        public $params=  NULL;
        public $_file=  NULL;


Clone Instance
19
Line Count
19
Source Line
27
Source File
libraries/joomla/user/user.php

        /**
         * Unique id
         * @var int
         */
        public $id=                               NULL;

        /**
         * The users real name (or nickname)
         * @var string
         */
        public $name=                     NULL;

        /**
         * The login name
         * @var string
         */
        public $username=                 NULL;

        /**
         * The email
         * @var string
         */
        public $email=                    NULL;


Clone Instance
20
Line Count
19
Source Line
63
Source File
libraries/joomla/user/user.php

        /**
         * Description
         * @var string
         */
        public $usertype=                 NULL;

        /**
         * Description
         * @var int
         */
        public $block=                    NULL;

        /**
         * Description
         * @var int
         */
        public $sendEmail=                NULL;

        /**
         * Description
         * @var datetime
         */
        public $registerDate=     NULL;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * Unique id
         * @var int
         */
/**
         * @var int Primary key
         */
/**
         *  @var string
         */
/**
         * @var string
         */
/**
         *  @var int
         */
/**
         * @var int
         */
/**
         * Node Title
         */
/**
         * Object property holding the primary key of the parent node.  Provides
         * adjacency list data for nodes.
         *
         * @var integer
         */
/** @var int Primary key */
/** @var int */
/**
         * Description
         * @var string
         */
/**
         *  @var datetime
         */
public [[#variable4cb579c0]]=NULL;
/**
         * The users real name (or nickname)
         * @var string
         */
/**
         * @var string
         */
/**
         *  @var string
         */
/**
         *  @var string The
         */
/**
         * @var int
         */
/**
         * Node Id
         */
/**
         * Object property holding the depth level of the node in the tree.
         *
         * @var integer
         */
/**
         *  @var int The id of the category section
         */
/** @var string */
/**
         * Description
         * @var int
         */
/**
         *  @var int User id
         */
/**
         *  @var datetime
         */
/** @var string The menu title for the category (a short name)*/
public [[#variable5233aa80]]=NULL;
/**
         * The login name
         * @var string
         */
/** @var string
         */
/**
         *  @var string
         */
/**
         *  @var string The the alias for the category
         */
/**
         * @var string
         */
/**
         * @var int
         */
/**
         * Node Link
         */
/**
         * Object property holding the left value of the node for managing its
         * placement in the nested sets tree.
         *
         * @var integer
         */
/**
         *  @var int DEPRECATED
         */
/** @var int */
/**
         * Description
         * @var int
         */
/**
         *  @var string An alias for the author
         */
/** @var string The the alias for the category*/
public [[#variable52264660]]=NULL;
/**
         * The email
         * @var string
         */
/**
         * @var string
         */
/**
         *  @var string
         */
/**
         * @var varchar
         */
/**
         * CSS Class for node
         */
/**
         * Object property holding the right value of the node for managing its
         * placement in the nested sets tree.
         *
         * @var integer
         */
/**
         *  @var int
         */
/** @var string */
/**
         * Description
         * @var datetime
         */
/**
         *  @var datetime
         */
public [[#variable5233a900]]=NULL;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4cb579c0]]
$id 
12[[#4cb579c0]]
$id 
13[[#4cb579c0]]
$id 
14[[#4cb579c0]]
$extension 
15[[#4cb579c0]]
$access 
16[[#4cb579c0]]
$title 
17[[#4cb579c0]]
$ordering 
18[[#4cb579c0]]
$params 
19[[#4cb579c0]]
$access 
110[[#4cb579c0]]
$title 
111[[#4cb579c0]]
$parent_id 
112[[#4cb579c0]]
$state 
113[[#4cb579c0]]
$id 
114[[#4cb579c0]]
$access 
115[[#4cb579c0]]
$usertype 
116[[#4cb579c0]]
$template 
117[[#4cb579c0]]
$created 
118[[#4cb579c0]]
$publish_up 
119[[#4cb579c0]]
$lang 
120[[#4cb579c0]]
$archived 
21[[#5233aa80]]
$name 
22[[#5233aa80]]
$menutype 
23[[#5233aa80]]
$title 
24[[#5233aa80]]
$title 
25[[#5233aa80]]
$action 
26[[#5233aa80]]
$alias 
27[[#5233aa80]]
$metakey 
28[[#5233aa80]]
$category 
29[[#5233aa80]]
$hits 
210[[#5233aa80]]
$id 
211[[#5233aa80]]
$level 
212[[#5233aa80]]
$sectionid 
213[[#5233aa80]]
$lft 
214[[#5233aa80]]
$params 
215[[#5233aa80]]
$block 
216[[#5233aa80]]
$baseurl 
217[[#5233aa80]]
$created_by 
218[[#5233aa80]]
$publish_down 
219[[#5233aa80]]
$title 
220[[#5233aa80]]
$approved 
31[[#52264660]]
$username 
32[[#52264660]]
$title 
33[[#52264660]]
$alias 
34[[#52264660]]
$alias 
35[[#52264660]]
$items 
36[[#52264660]]
$url 
37[[#52264660]]
$metadesc 
38[[#52264660]]
$user 
39[[#52264660]]
$featured 
310[[#52264660]]
$link 
311[[#52264660]]
$lft 
312[[#52264660]]
$mask 
313[[#52264660]]
$rgt 
314[[#52264660]]
$numitems 
315[[#52264660]]
$sendEmail 
316[[#52264660]]
$params 
317[[#52264660]]
$created_by_alias 
318[[#52264660]]
$images 
319[[#52264660]]
$alias 
320[[#52264660]]
$access 
41[[#5233a900]]
$email 
42[[#5233a900]]
$description 
43[[#5233a900]]
$title_alias 
44[[#5233a900]]
$description 
45[[#5233a900]]
$item 
46[[#5233a900]]
$description 
47[[#5233a900]]
$metadata 
48[[#5233a900]]
$pagination 
49[[#5233a900]]
$language 
410[[#5233a900]]
$class 
411[[#5233a900]]
$rgt 
412[[#5233a900]]
$catid 
413[[#5233a900]]
$ref_id 
414[[#5233a900]]
$slug 
415[[#5233a900]]
$registerDate 
416[[#5233a900]]
$_file 
417[[#5233a900]]
$modified 
418[[#5233a900]]
$urls 
419[[#5233a900]]
$description 
420[[#5233a900]]
$params