Elgg  Version 1.11
Namespaces | Variables
export_handler.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $guid = get_input("guid")
 
 $type = get_input("type")
 
 $id_or_name = get_input("idname")
 
 $body = ""
 
 $title = ""
 
if(($guid !="") &&($type=="") &&($id_or_name=="")) else if(($guid !="") &&($type !="") &&($id_or_name !="")) else
 

Variable Documentation

◆ $body

$body = ""
Examples
/root/Elgg/engine/lib/views.php.

Definition at line 20 of file export_handler.php.

◆ $guid

$guid = get_input("guid")

Definition at line 13 of file export_handler.php.

◆ $id_or_name

$id_or_name = get_input("idname")

Definition at line 18 of file export_handler.php.

◆ $title

$title = ""

Definition at line 21 of file export_handler.php.

◆ $type

$type = get_input("type")

Definition at line 17 of file export_handler.php.

◆ else

if (( $guid !="") &&( $type=="") &&( $id_or_name=="")) else if (( $guid !="") &&( $type !="") &&( $id_or_name !="")) else
Initial value:
{
throw new \InvalidParameterException("Missing parameter, you need to provide a GUID.")

Definition at line 112 of file export_handler.php.