| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 31 | 3 | 3 | 0.988 | root |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 31 | 1 | components/com_content/helpers/category.php |
| 2 | 31 | 1 | components/com_newsfeeds/helpers/category.php |
| 3 | 31 | 1 | components/com_weblinks/helpers/category.php |
| ||||
<?php
/**
* @version $Id: category.php 12274 2009-06-22 01:33:26Z eddieajau $
* @package Joomla
* @subpackage com_content
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
*/
// no direct access
defined( "_JEXEC") or exit;
// Component Helper
jimport('joomla.application.component.helper');
jimport('joomla.application.categories');
/**
* Content Component Category Tree
*
* @static
* @package Joomla
* @subpackage com_content
* @since 1.6
*/
class ContentCategories extends JCategories {
public
function __construct($options= array()) {
$options['table']= '#__content';
$options['extension']= 'com_content';
parent:: __construct($options);
}
}
?>
|
| ||||
<?php
/**
* @version $Id: category.php 12276 2009-06-22 01:54:01Z pasamio $
* @package Joomla
* @subpackage Content
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
*/
// no direct access
defined( "_JEXEC") or exit;
// Component Helper
jimport('joomla.application.component.helper');
jimport('joomla.application.categories');
/**
* Content Component Category Tree
*
* @static
* @package Joomla
* @subpackage Content
* @since 1.6
*/
class NewsfeedsCategories extends JCategories {
public
function __construct($options= array()) {
$options['table']= '#__newsfeeds';
$options['extension']= 'com_newsfeeds';
parent:: __construct($options);
}
}
?>
|
| ||||
<?php
/**
* @version $Id: category.php 12276 2009-06-22 01:54:01Z pasamio $
* @package Joomla
* @subpackage Content
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
*/
// no direct access
defined( "_JEXEC") or exit;
// Component Helper
jimport('joomla.application.component.helper');
jimport('joomla.application.categories');
/**
* Content Component Category Tree
*
* @static
* @package Joomla
* @subpackage Content
* @since 1.6
*/
class WeblinksCategories extends JCategories {
public
function __construct($options= array()) {
$options['table']= '#__weblinks';
$options['extension']= 'com_weblinks';
parent:: __construct($options);
}
}
?>
|
| |||
<?php
/**
* @version $Id: category.php 12274 2009-06-22 01:33:26Z eddieajau $
* @package Joomla
* @subpackage com_content
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
*/
/**
* @version $Id: category.php 12276 2009-06-22 01:54:01Z pasamio $
* @package Joomla
* @subpackage Content
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
*/
// no direct access
defined( "_JEXEC") or exit;
// Component Helper
jimport('joomla.application.component.helper');
jimport('joomla.application.categories');
/**
* Content Component Category Tree
*
* @static
* @package Joomla
* @subpackage com_content
* @since 1.6
*/
/**
* Content Component Category Tree
*
* @static
* @package Joomla
* @subpackage Content
* @since 1.6
*/
class [[#variable22f4fae0]]extends JCategories {
public
function __construct($options=array()) {
$options['table']= [[#variable22f4fa40]];
$options['extension']= [[#variable22f4f9c0]];
parent:: __construct($options);
}
}
?>
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#22f4fae0]] | ContentCategories |
| 1 | 2 | [[#22f4fae0]] | NewsfeedsCategories |
| 1 | 3 | [[#22f4fae0]] | WeblinksCategories |
| 2 | 1 | [[#22f4fa40]] | '#__content' |
| 2 | 2 | [[#22f4fa40]] | '#__newsfeeds' |
| 2 | 3 | [[#22f4fa40]] | '#__weblinks' |
| 3 | 1 | [[#22f4f9c0]] | 'com_content' |
| 3 | 2 | [[#22f4f9c0]] | 'com_newsfeeds' |
| 3 | 3 | [[#22f4f9c0]] | 'com_weblinks' |