From 6b5a236144c5ef7d9b4ed552dad3059cce33e58b Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sun, 14 Nov 2010 06:59:09 +0000 Subject: 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 --- engine/classes/ElggEntity.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engine/classes/ElggEntity.php') 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 @@ -1008,6 +1008,15 @@ abstract class ElggEntity extends ElggData implements * LOCATABLE INTERFACE */ + /** + * Gets the 'location' metadata for the entity + * + * @return string The location + */ + public function gsetLocation() { + return $this->location; + } + /** * Sets the 'location' metadata for the entity * -- cgit v1.2.3