20 require_once(
"libs/composer/vendor/autoload.php");
26 ?
$DIC->http()->wrapper()->query()->retrieve(
28 $DIC->refinery()->to()->string()
42 foreach (
$DIC[
"component.factory"]->getActivePluginsInSlot(
"uihk") as $ui_plugin) {
43 $gui_class = $ui_plugin->getUIClassInstance();
44 $gui_class->gotoHook();
57 $DIC->ctrl()->redirectToURL(
'ilias.php?baseClass=ilImprintGUI');
63 if (
$DIC->user()->getId() === 0 ||
$DIC->user()->isAnonymous()) {
64 $url =
"login.php?target=" 66 .
$DIC->user()->getCurrentLanguage();
67 if (
$DIC->http()->wrapper()->query()->has(
'soap_pw')) {
70 'soap_pw=' .
$DIC->http()->wrapper()->query()->retrieve(
72 $DIC->refinery()->kindlyTo()->string()
76 if (
$DIC->http()->wrapper()->query()->has(
'ext_uid')) {
79 'ext_uid=' .
$DIC->http()->wrapper()->query()->retrieve(
81 $DIC->refinery()->kindlyTo()->string()
89 if ($tarr[0] !==
"pg" && $tarr[0] !==
"st" && isset($tarr[1]) && is_numeric($tarr[1]) && $tarr[1] > 0) {
90 $DIC->ui()->mainTemplate()->setOnScreenMessage(
93 $DIC->language()->txt(
"msg_no_perm_read_item"),
100 $DIC->ui()->mainTemplate()->setOnScreenMessage(
'failure', $DIC->language()->txt(
'permission_denied'),
true);
102 $DIC->ctrl()->redirectToURL(ilUserUtil::getStartingPointAsUrl());
207 global $objDefinition;
209 $class_name =
"ilObj" . $objDefinition->getClassName(
$target_type) .
"GUI";
211 if (is_file(
$location .
"/class." . $class_name .
".php")) {
212 include_once(
$location .
"/class." . $class_name .
".php");
213 call_user_func(array($class_name,
"_goto"),
$rest);
216 $class_name =
"ilObj" . $objDefinition->getClassName(
$target_type) .
"GUI";
218 if (is_file(
$location .
"/class." . $class_name .
".php")) {
219 call_user_func(array($class_name,
"_goto"), array(
$rest, $class_name));
static _goto($a_target)
Redirect script to call a test with the question pool reference id.
static _checkGoto($a_target)
Return type depends on _checkGoto calls.
static _goto(string $a_target, $a_additional=null)
static appendUrlParameterString(string $a_url, string $a_par, bool $xml_style=false)
static _goto(string $a_target)
goto target course
static _goto(string $a_target)
static _goto($a_target, string $a_add="")
static _goto($a_target, $a_thread=0, $a_posting=0)
$location
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _goto(string $a_target, int $a_target_ref_id=0)
static _goto(int $a_target, string $a_add="")
if(is_object($ilPluginAdmin)) $r_pos
static _goto($a_target, $a_additional=null)
static _lookupObjId(int $ref_id)
User Interface Class for Navigation History.
static _goto(string $a_target)
static initILIAS()
ilias initialisation
static _goto(string $a_target, string $a_raw)
static _lookupTitle(int $obj_id)
static _goto(string $a_target, int $a_ref_id=0)
static _goto(string $a_target)
redirect script
static _goto(string $a_target)
Generatates and reads Goto Links.