Elgg  Version master
Variables
comments.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 RSS comments view. More...
 
if(!$entity instanceof ElggEntity$limit = elgg_extract('limit', $vars, get_input('limit', 0))
 
 if (!$limit)
 

Variable Documentation

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

RSS comments view.

$vars['entity'] ElggEntity $vars['limit'] Optional limit value (default is 25)

Definition at line 9 of file comments.php.

if (!$entity instanceof ElggEntity) $limit = elgg_extract('limit', $vars, get_input('limit', 0))

Definition at line 14 of file comments.php.

if(!$limit)

Definition at line 15 of file comments.php.