CloneSet935


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19646
libraries/joomla/access/helper.php
212976
libraries/joomla/access/helper.php
Clone Instance
1
Line Count
9
Source Line
646
Source File
libraries/joomla/access/helper.php

                $sectionId=  JAccessHelper::getSectionId($section);

                // If the section does not exist, throw an exception.
                if (empty($sectionId)) {
                        return new JException(JText::_('Access_Section_Invalid'));
                      }

                // Get a database object.
                $db=  &JFactory::getDbo();


Clone Instance
2
Line Count
12
Source Line
976
Source File
libraries/joomla/access/helper.php

                // Check we have a valid section, get the id
                $sectionId=  JAccessHelper::getSectionId($section);

                // If the section does not exist, throw an exception.
                if (empty($sectionId)) {
                        return new JException(JText::_('Access_Section_Invalid'));
                      }

                //
                // Get the existing assets.
                //

                $db=  &JFactory::getDbo();


Clone AbstractionParameter Count: 0Parameter Bindings

// Check we have a valid section, get the id
$sectionId=JAccessHelper::getSectionId($section);
// If the section does not exist, throw an exception.
if (empty($sectionId)) {
  return new JException(JText::_('Access_Section_Invalid'));
}
//
// Get the existing assets.
//
// Get a database object.
$db= &JFactory::getDbo();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None