CloneSet933


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17358
libraries/joomla/access/helper.php
27637
libraries/joomla/access/helper.php
Clone Instance
1
Line Count
7
Source Line
358
Source File
libraries/joomla/access/helper.php

                // Sanitize and build the action name.
                if (!empty($name)) {
                        // If a name segment was specified, use it for the name.
                        $name=  JAccessHelper::_sanitizeName($name, $section);
                      }
                else {
                        // If no name segment was specified, use the title as the segment.
                        $name=  JAccessHelper::_sanitizeName($title, $section);
                      }


Clone Instance
2
Line Count
7
Source Line
637
Source File
libraries/joomla/access/helper.php

                // Sanitize and build the action name.
                if (!empty($name)) {
                        // If a name segment was specified, use it for the name.
                        $name=  JAccessHelper::_sanitizeName($name, $section);
                      }
                else {
                        // If no name segment was specified, use the title as the segment.
                        $name=  JAccessHelper::_sanitizeName($title, $section);
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Sanitize and build the action name.
if (!empty($name)) {
  // If a name segment was specified, use it for the name.
  $name=JAccessHelper::_sanitizeName($name,$section);
}
else {
  // If no name segment was specified, use the title as the segment.
  $name=JAccessHelper::_sanitizeName($title,$section);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None