diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-30 23:17:10 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-30 23:17:10 +0000 |
commit | 6a1665514023aa511e1e0bdbd56cbe7eace3f4a7 (patch) | |
tree | 210dd4cdba434c572c471178d535913a0399c920 /engine/classes/ElggEntity.php | |
parent | 55562a94319c02708f15313c5592989bc060ffd7 (diff) | |
download | elgg-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/ElggEntity.php')
-rw-r--r-- | engine/classes/ElggEntity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php index 95b141d45..3d0e112f3 100644 --- a/engine/classes/ElggEntity.php +++ b/engine/classes/ElggEntity.php @@ -26,7 +26,7 @@ * @subpackage DataMode.Entities * @link http://docs.elgg.org/DataModel/ElggEntity */ -abstract class ElggEntity implements +abstract class ElggEntity extends ElggData implements Notable, // Calendar interface Locatable, // Geocoding interface Exportable, // Allow export of data |