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

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

RSS comments view.

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

Definition at line 9 of file comments.php.

◆ $limit

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

Definition at line 14 of file comments.php.

◆ if

if(! $limit) ( $limit)

Definition at line 15 of file comments.php.