aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/DatabaseObject.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/classes/DatabaseObject.class.php')
-rw-r--r--lib/classes/DatabaseObject.class.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/classes/DatabaseObject.class.php b/lib/classes/DatabaseObject.class.php
index 22e8df2..2258adb 100644
--- a/lib/classes/DatabaseObject.class.php
+++ b/lib/classes/DatabaseObject.class.php
@@ -47,6 +47,9 @@ define("INSTANCEOF_DATABASEOBJECT", "DatabaseObject");
*/
class DatabaseObject extends AuthorObject
{
+ public $authorID;
+ public $objectID;
+ public $rangeID;
# Define constructor and destructor ========================================= #
/**