aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggEntity.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-14 06:59:09 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-14 06:59:09 +0000
commit6b5a236144c5ef7d9b4ed552dad3059cce33e58b (patch)
treeeafce7c3fcf279f2a1710ddfa81685446a7f0f46 /engine/classes/ElggEntity.php
parent8ad07637a42059f28bfeb7bd469869d60b8f44fa (diff)
downloadelgg-6b5a236144c5ef7d9b4ed552dad3059cce33e58b.tar.gz
elgg-6b5a236144c5ef7d9b4ed552dad3059cce33e58b.tar.bz2
Wow, what a blunder -- what to go deleting random methods, Winslow
git-svn-id: http://code.elgg.org/elgg/trunk@7308 36083f99-b078-4883-b0ff-0f9b5a30f544
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