CloneSet910


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.972statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1339
administrator/components/com_weblinks/models/fields/ordering.php
2354
libraries/joomla/form/fields/list.php
Clone Instance
1
Line Count
3
Source Line
39
Source File
administrator/components/com_weblinks/models/fields/ordering.php

                $disabled=        $this->_element->attributes('disabled') == 'true'
                ?                                                                     TRUE
                :                                                                            FALSE;
                $readonly=        $this->_element->attributes('readonly') == 'true'
                ?                                                                     TRUE
                :                                                                            FALSE;
                $attributes=      $class;


Clone Instance
2
Line Count
3
Source Line
54
Source File
libraries/joomla/form/fields/list.php

                $disabled=        $this->_element->attributes('disabled') == 'true'
                ?                                                                     TRUE
                :                                                                            FALSE;
                $readonly=        $this->_element->attributes('readonly') == 'true'
                ?                                                                     TRUE
                :                                                                            FALSE;
                $mult=            '';


Clone AbstractionParameter Count: 2Parameter Bindings

$disabled=$this->_element->attributes('disabled') == 'true'
? TRUE
: FALSE;
$readonly=$this->_element->attributes('readonly') == 'true'
? TRUE
: FALSE;
 [[#variable21396400]]= [[#variable213963a0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21396400]]
$mult 
12[[#21396400]]
$attributes 
21[[#213963a0]]
'' 
22[[#213963a0]]
$class