]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Wow, what a blunder -- what to go deleting random methods, Winslow
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 14 Nov 2010 06:59:09 +0000 (06:59 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 14 Nov 2010 06:59:09 +0000 (06:59 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7308 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/classes/ElggEntity.php

index 3df4b7a0c6513ea713f51f0273aea7e9d9aea850..4b18956f7b9d14df09106077bbcc41389d443754 100644 (file)
@@ -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
         *