aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-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