ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
goto.php File Reference

Go to the source code of this file.

Namespaces

namespace  ilias
 soap server

Variables

 if (isset($_GET["client_id"]))
 $nav_hist = new ilNavigationHistoryGUI()
 $r_pos = strpos($_GET["target"], "_")
 $rest = substr($_GET["target"], $r_pos+1)
 $target_arr = explode("_", $_GET["target"])
 $target_type = $target_arr[0]
 $target_id = $target_arr[1]
 $target_ref_id = $target_arr[2]

Variable Documentation

$nav_hist = new ilNavigationHistoryGUI()

Definition at line 51 of file goto.php.

Referenced by ilMainMenuGUI\setTemplateVars().

$r_pos = strpos($_GET["target"], "_")

Definition at line 54 of file goto.php.

if(isset($_GET["client_id"]))

Definition at line 41 of file goto.php.