CloneSet763


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7320.987statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1767
administrator/components/com_media/controller.php
2757
components/com_media/controller.php
37361
libraries/joomla/application/component/controller.php
Clone Instance
1
Line Count
7
Source Line
67
Source File
administrator/components/com_media/controller.php

                // Get/Create the model
                if ($model=  &$this->getModel($mName)) {
                        // Push the model into the view (as default)
                        $view->setModel($model, TRUE);
                      }

                // Set the layout
                $view->setLayout($vLayout);


Clone Instance
2
Line Count
7
Source Line
57
Source File
components/com_media/controller.php

                // Get/Create the model
                if ($model=  &$this->getModel($mName)) {
                        // Push the model into the view (as default)
                        $view->setModel($model, TRUE);
                      }

                // Set the layout
                $view->setLayout($vLayout);


Clone Instance
3
Line Count
7
Source Line
361
Source File
libraries/joomla/application/component/controller.php

                // Get/Create the model
                if ($model=  &$this-> getModel($viewName)) {
                        // Push the model into the view (as default)
                        $view->setModel($model, TRUE);
                      }

                // Set the layout
                $view->setLayout($viewLayout);


Clone AbstractionParameter Count: 2Parameter Bindings

// Get/Create the model
if ($model= &$this->getModel( [[#variable524c5960]])) {
  // Push the model into the view (as default)
  $view->setModel($model,TRUE);
}
// Set the layout
$view->setLayout( [[#variable524c5820]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#524c5960]]
$mName 
12[[#524c5960]]
$viewName 
13[[#524c5960]]
$mName 
21[[#524c5820]]
$vLayout 
22[[#524c5820]]
$viewLayout 
23[[#524c5820]]
$vLayout