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/ElggRelationship.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/ElggRelationship.php')
-rw-r--r-- | engine/classes/ElggRelationship.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggRelationship.php b/engine/classes/ElggRelationship.php index 847dfa8e9..c072e1cc6 100644 --- a/engine/classes/ElggRelationship.php +++ b/engine/classes/ElggRelationship.php @@ -5,7 +5,7 @@ * @package Elgg.Core * @subpackage Core */ -class ElggRelationship implements +class ElggRelationship extends ElggData implements Importable, Exportable, Loggable, // Can events related to this object class be logged |