CloneSet1688


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.990class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1353
libraries/joomla/html/toolbar/button/confirm.php
2352
libraries/joomla/html/toolbar/button/standard.php
Clone Instance
1
Line Count
3
Source Line
53
Source File
libraries/joomla/html/toolbar/button/confirm.php

        /**
         * Get the button CSS Id
         *
         * @access      public
         * @return      string  Button CSS Id
         * @since       1.5
         */
        public

               function fetchId($type='Confirm', $name=  '', $text=  '', $task=  '', $list=  TRUE, $hideMenu=  FALSE) {

                return $this->_parent->getName()
                       .                         '-'
                       .                             $name;
              }


Clone Instance
2
Line Count
3
Source Line
52
Source File
libraries/joomla/html/toolbar/button/standard.php

        /**
         * Get the button CSS Id
         *
         * @access      public
         * @return      string  Button CSS Id
         * @since       1.5
         */
        public

               function fetchId($type='Standard', $name=  '', $text=  '', $task=  '', $list=  TRUE, $hideMenu=  FALSE) {

                return $this->_parent->getName()
                       .                         '-'
                       .                             $name;
              }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Get the button CSS Id
         *
         * @access      public
         * @return      string  Button CSS Id
         * @since       1.5
         */
public

      function fetchId($type= [[#variable46914ea0]],$name='',$text='',$task='',$list=TRUE,$hideMenu=FALSE) {
        return $this->_parent->getName()
               . '-'
               . $name;
      }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46914ea0]]
'Standard' 
12[[#46914ea0]]
'Confirm'