From 21874b0235acfe83d9f260d9bc71489dbce9172f Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 4 Feb 2011 18:23:27 +0000 Subject: I'm a dummy -- getType and getSubtype are taken care of by Loggable... git-svn-id: http://code.elgg.org/elgg/trunk@8015 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggData.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php index 1ea8a19e7..5e1130349 100644 --- a/engine/classes/ElggData.php +++ b/engine/classes/ElggData.php @@ -129,10 +129,6 @@ abstract class ElggData implements */ abstract public function save(); - abstract public function getType(); - - abstract public function getSubtype(); - /** * Delete this data. * -- cgit v1.2.3