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

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

GeoRSS view.

This implements GeoRSS-Simple

@uses $vars['entity']

Definition at line 10 of file georss.php.

◆ $latitude

$latitude = $entity->getLatitude()

Definition at line 16 of file georss.php.

◆ $longitude

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

Definition at line 15 of file georss.php.