9 require_once(dirname(dirname(__FILE__)) .
"/start.php");
28 $query =
"GUID:" .
$guid .
" could not be found, or you can not access it.";
40 $msg =
"GUID:" .
$guid .
" could not be found, or you can not access it.";
82 $msg =
"Sorry, I don't know how to export '" .
$type .
"'";
97 $title =
"$type:$id_or_name";
98 $body =
elgg_view(
"export/metadata", array(
"metadata" =>
$m,
"uuid" => $uuid));
107 $title =
"$type:$id_or_name";
108 $body =
elgg_view(
"export/relationship", array(
"relationship" =>
$r,
"uuid" => $uuid));
get_relationship($id)
Get a relationship by its ID.
elgg_get_annotation_from_id($id)
Get a specific annotation by its id.
elgg echo
Translates a string.
elgg_trigger_plugin_hook($hook, $type, $params=null, $returnvalue=null)
Trigger a Plugin Hook and run all handler callbacks registered to that hook:type. ...
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
guid_to_uuid($guid)
Generate a UUID from a given GUID.
elgg_view_page($title, $body, $page_shell= 'default', $vars=array())
Assembles and outputs a full page.
get_entity($guid)
Loads and returns an entity object from a guid.