aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggExtender.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ElggExtender.php')
-rw-r--r--engine/classes/ElggExtender.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/engine/classes/ElggExtender.php b/engine/classes/ElggExtender.php
index ca92dca74..2c2669e28 100644
--- a/engine/classes/ElggExtender.php
+++ b/engine/classes/ElggExtender.php
@@ -76,25 +76,6 @@ abstract class ElggExtender extends ElggData implements
}
/**
- * Return the owner guid of this extender.
- *
- * @return int
- */
- public function getOwner() {
- return $this->owner_guid;
- }
-
- /**
- * Return the owner entity.
- *
- * @return ElggEntity|false
- * @since 1.7.0
- */
- public function getOwnerEntity() {
- return get_user($this->owner_guid);
- }
-
- /**
* Return the entity this describes.
*
* @return ElggEntity The enttiy