aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggData.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ElggData.php')
-rw-r--r--engine/classes/ElggData.php20
1 files changed, 1 insertions, 19 deletions
diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php
index 551f806f6..4591c499d 100644
--- a/engine/classes/ElggData.php
+++ b/engine/classes/ElggData.php
@@ -92,25 +92,7 @@ abstract class ElggData implements
* @return bool
*/
abstract public function delete();
-
- /**
- * Return the guid of the entity's owner.
- *
- * @return int The owner GUID
- */
- public function getOwner() {
- return $this->owner_guid;
- }
-
- /**
- * Returns the ElggEntity or child object of the owner of the entity.
- *
- * @return ElggEntity The owning user
- */
- public function getOwnerEntity() {
- return get_entity($this->owner_guid);
- }
-
+
/**
* Returns the UNIX epoch time that this entity was created
*