40                 'class' => 
'elgg-inner',
 
   41                 'data-role' => 
'comment-text',
 
   76             elgg_echo(
'generic_comment:email:body', array(
 
   93         'view' => 
'river/object/comment/create',
 
   94         'action_type' => 
'comment',
 
   95         'subject_guid' => 
$user->guid,
 
   96         'object_guid' => 
$guid,
 
elgg_is_xhr()
Checks whether the request was requested via ajax.
 
register_error($error)
Display an error on next page load.
 
system_message($message)
Display a system message on next page load.
 
forward($location="", $reason='system')
Forward to $location.
 
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
 
elgg_create_river_item(array $options=array())
Adds an item to the river.
 
elgg_instanceof($entity, $type=null, $subtype=null, $class=null)
Checks if $entity is an \ElggEntity and optionally for type and subtype.
 
get_entity($guid)
Loads and returns an entity object from a guid.
 
notify_user($to, $from, $subject, $message, array $params=array(), $methods_override="")
Notify a user via their preferences.
 
elgg_get_logged_in_user_entity()
Return the current logged in user, or null if no user is logged in.
 
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype='')
Return a parsed view.