aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggEntity.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ElggEntity.php')
-rw-r--r--engine/classes/ElggEntity.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php
index 3df4b7a0c..4b18956f7 100644
--- a/engine/classes/ElggEntity.php
+++ b/engine/classes/ElggEntity.php
@@ -1009,6 +1009,15 @@ abstract class ElggEntity extends ElggData implements
*/
/**
+ * Gets the 'location' metadata for the entity
+ *
+ * @return string The location
+ */
+ public function gsetLocation() {
+ return $this->location;
+ }
+
+ /**
* Sets the 'location' metadata for the entity
*
* @todo Unimplemented