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.
elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
elgg_instanceof($entity, $type=null, $subtype=null, $class=null)
Checks if $entity is an and optionally for type and subtype.
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 echo
Translates a string.
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
elgg system_message
Wrapper function for system_messages.
elgg register_error
Wrapper function for system_messages.
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.
get_entity($guid)
Loads and returns an entity object from a guid.