aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggData.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-30 23:17:10 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-30 23:17:10 +0000
commit6a1665514023aa511e1e0bdbd56cbe7eace3f4a7 (patch)
tree210dd4cdba434c572c471178d535913a0399c920 /engine/classes/ElggData.php
parent55562a94319c02708f15313c5592989bc060ffd7 (diff)
downloadelgg-6a1665514023aa511e1e0bdbd56cbe7eace3f4a7.tar.gz
elgg-6a1665514023aa511e1e0bdbd56cbe7eace3f4a7.tar.bz2
Refs #2597: Added a new ElggData class that ElggEntity, ElggExtender, and ElggRelationship all extend
git-svn-id: http://code.elgg.org/elgg/trunk@7152 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggData.php')
-rw-r--r--engine/classes/ElggData.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php
new file mode 100644
index 000000000..5f152024c
--- /dev/null
+++ b/engine/classes/ElggData.php
@@ -0,0 +1,5 @@
+<?php
+abstract class ElggData
+{
+
+} \ No newline at end of file