From 6a1665514023aa511e1e0bdbd56cbe7eace3f4a7 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 30 Oct 2010 23:17:10 +0000 Subject: 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 --- engine/classes/ElggEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/classes/ElggEntity.php') 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 -- cgit v1.2.3