Elgg  Version master
Variables
georss.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 GeoRSS view. More...
 
if(!$entity instanceof\ElggEntity) $longitude = $entity->getLongitude()
 
 $latitude = $entity->getLatitude()
 

Variable Documentation

$entity = elgg_extract('entity', $vars)

GeoRSS view.

This implements GeoRSS-Simple

$vars['entity']

Definition at line 10 of file georss.php.

$latitude = $entity->getLatitude()

Definition at line 16 of file georss.php.

if (!$entity instanceof\ElggEntity) $longitude = $entity->getLongitude()

Definition at line 15 of file georss.php.