30         'subtype' => 
'comment',
 
   31         'container_guid' => 
$object->getGUID(),
 
   33         'order_by' => 
'e.time_created desc' 
   53             'text' => 
elgg_echo(
'river:comments:more', array($num_more_comments)),
 
   57         echo 
"<div class=\"elgg-river-more\">$link</div>";
 
   62 $form_vars = array(
'id' => 
"comments-add-{$object->getGUID()}", 
'class' => 
'hidden');
 
elgg_extract($key, array $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
 
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
 
elgg_instanceof($entity, $type=null, $subtype=null, $class=null)
Checks if $entity is an ElggEntity and optionally for type and subtype.
 
elgg_get_entities(array $options=array())
Returns an array of entities with optional filtering.
 
$responses
River item footer.
 
if($comment_count) $form_vars
 
if($item->annotation_id !=0||! $object||elgg_instanceof($target, 'object', 'comment')) $comment_count
 
if(file_exists($welcome)) $vars
 
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype='')
Return a parsed view.
 
elgg_view_form($action, $form_vars=array(), $body_vars=array())
 
elgg_view_entity_list($entities, $vars=array(), $offset=0, $limit=10, $full_view=true, $list_type_toggle=true, $pagination=true)
Returns a rendered list of entities with pagination.