diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-31 00:37:23 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-31 00:37:23 +0000 |
commit | b3a1bb6ac48a76a9f3327c1d4606f57918052f7f (patch) | |
tree | a8acd57cfbe5e41b06fe33adf779c5e7f7a6b0f3 /engine/classes/ElggData.php | |
parent | 53ea92ac68d3024f42a9b1feb235492c2545de6b (diff) | |
download | elgg-b3a1bb6ac48a76a9f3327c1d4606f57918052f7f.tar.gz elgg-b3a1bb6ac48a76a9f3327c1d4606f57918052f7f.tar.bz2 |
Refs #2597: Moved "implements Exportable" up to {{{ElggData}}}
git-svn-id: http://code.elgg.org/elgg/trunk@7161 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggData.php')
-rw-r--r-- | engine/classes/ElggData.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php index e465913ef..97c33bbb5 100644 --- a/engine/classes/ElggData.php +++ b/engine/classes/ElggData.php @@ -2,7 +2,8 @@ abstract class ElggData implements Loggable, // Can events related to this object class be logged Iterator, // Override foreach behaviour - ArrayAccess // Override for array access + ArrayAccess, // Override for array access + Exportable { /** |