diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/classes/ElggData.php | 4 |
1 files changed, 4 insertions, 0 deletions
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. |