30         'subtype' => 
'comment',
 
   31         'container_guid' => 
$object->getGUID(),
 
   33         'order_by' => 
'e.time_created desc',
 
   52         echo 
"<div class=\"elgg-river-more\">$link</div>";
 
   57 $form_vars = array(
'id' => 
"comments-add-{$object->getGUID()}", 
'class' => 
'hidden');
 
elgg_extract($key, $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_get_entities(array $options=array())
Returns an array of entities with optional filtering.
 
if($item->annotation_id !=0||! $object|| $object instanceof ElggComment) $comment_count
 
$responses
River item footer.
 
if($comment_count) $form_vars
 
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=null, $full_view=true, $list_type_toggle=true, $pagination=true)
Returns a rendered list of entities with pagination.