67 elgg_echo(
'generic_comment:email:body', array(
84 'view' =>
'river/object/comment/create',
85 'action_type' =>
'comment',
86 'subject_guid' =>
$user->guid,
87 'object_guid' =>
$guid,
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 ElggEntity 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 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.