From 1b6c3839cbc9a43d24727e41fa2352e94ccb63fc Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 4 Feb 2011 18:04:46 +0000 Subject: Added type and subtype abstract functions to ElggData git-svn-id: http://code.elgg.org/elgg/trunk@8014 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggData.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engine/classes/ElggData.php') diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php index 2853a5298..1ea8a19e7 100644 --- a/engine/classes/ElggData.php +++ b/engine/classes/ElggData.php @@ -128,6 +128,10 @@ abstract class ElggData implements * @return bool */ abstract public function save(); + + abstract public function getType(); + + abstract public function getSubtype(); /** * Delete this data. -- cgit v1.2.3