aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-04-25 17:04:37 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-04-25 17:04:37 +0200
commitb334a2ce0fe3ae196da9686028667c430eb411d1 (patch)
tree2b56c0929cdbb03747614740b5e52429b9354410 /phpBB
parent94dee77647a7ae1a263632a156b5afc14722ad6a (diff)
downloadforums-b334a2ce0fe3ae196da9686028667c430eb411d1.tar
forums-b334a2ce0fe3ae196da9686028667c430eb411d1.tar.gz
forums-b334a2ce0fe3ae196da9686028667c430eb411d1.tar.bz2
forums-b334a2ce0fe3ae196da9686028667c430eb411d1.tar.xz
forums-b334a2ce0fe3ae196da9686028667c430eb411d1.zip
[ticket/11495] Move classes to tree/ as they all implement a tree
PHPBB3-11495
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/tree/interface.php (renamed from phpBB/includes/nestedset/interface.php)4
-rw-r--r--phpBB/includes/tree/nestedset.php (renamed from phpBB/includes/nestedset/base.php)4
-rw-r--r--phpBB/includes/tree/nestedset_forum.php (renamed from phpBB/includes/nestedset/forum.php)4
3 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/includes/nestedset/interface.php b/phpBB/includes/tree/interface.php
index eadc9083b1..fd10bd357f 100644
--- a/phpBB/includes/nestedset/interface.php
+++ b/phpBB/includes/tree/interface.php
@@ -1,7 +1,7 @@
<?php
/**
*
-* @package Nested Set
+* @package Tree
* @copyright (c) 2013 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
@@ -15,7 +15,7 @@ if (!defined('IN_PHPBB'))
exit;
}
-interface phpbb_nestedset_interface
+interface phpbb_tree_interface
{
/**
* Insert an item into the nested set (also insert the rows into the table)
diff --git a/phpBB/includes/nestedset/base.php b/phpBB/includes/tree/nestedset.php
index cb06a0dabe..2110e1a6d2 100644
--- a/phpBB/includes/nestedset/base.php
+++ b/phpBB/includes/tree/nestedset.php
@@ -1,7 +1,7 @@
<?php
/**
*
-* @package Nested Set
+* @package Tree - Nested Set
* @copyright (c) 2013 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
@@ -15,7 +15,7 @@ if (!defined('IN_PHPBB'))
exit;
}
-abstract class phpbb_nestedset_base implements phpbb_nestedset_interface
+abstract class phpbb_tree_nestedset implements phpbb_tree_interface
{
/** @var phpbb_db_driver */
protected $db;
diff --git a/phpBB/includes/nestedset/forum.php b/phpBB/includes/tree/nestedset_forum.php
index dbf0e70202..0a66e68915 100644
--- a/phpBB/includes/nestedset/forum.php
+++ b/phpBB/includes/tree/nestedset_forum.php
@@ -1,7 +1,7 @@
<?php
/**
*
-* @package Nested Set
+* @package Tree - Nested Set Forum
* @copyright (c) 2013 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
@@ -15,7 +15,7 @@ if (!defined('IN_PHPBB'))
exit;
}
-class phpbb_nestedset_forum extends phpbb_nestedset_base
+class phpbb_tree_nestedset_forum extends phpbb_tree_nestedset
{
/**
* Column names in the table