]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
I'm a dummy -- getType and getSubtype are taken care of by Loggable...
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 4 Feb 2011 18:23:27 +0000 (18:23 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 4 Feb 2011 18:23:27 +0000 (18:23 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8015 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/classes/ElggData.php

index 1ea8a19e7bfe0520a775f0d38d2fd179fe25d6cf..5e113034961d9fc5329e604d04c752377ef65105 100644 (file)
@@ -129,10 +129,6 @@ abstract class ElggData implements
         */
        abstract public function save();
        
-       abstract public function getType();
-       
-       abstract public function getSubtype();
-
        /**
         * Delete this data.
         *