Go to the source code of this file.
Namespaces | |
| namespace | ilias |
Chat base script. | |
Variables | |
| if (isset($_GET["client_id"])) | |
| $nav_hist = new ilNavigationHistoryGUI() | |
| $target_arr = explode("_", $_GET["target"]) | |
| $target_type = $target_arr[0] | |
| $target_id = $target_arr[1] | |
| $target_ref_id = $target_arr[2] | |
| $nav_hist = new ilNavigationHistoryGUI() |
Definition at line 51 of file goto.php.
Referenced by ilMainMenuGUI::setTemplateVars().
| $target_arr = explode("_", $_GET["target"]) |
Definition at line 54 of file goto.php.
Referenced by ilUtil::assembleParameterString(), ilLMPresentationGUI::getLinkXML(), ilLMPageObjectGUI::getLinkXML(), ilGlossaryPresentationGUI::getLinkXML(), and ilPageObject::saveInternalLinks().
| $target_id = $target_arr[1] |
Definition at line 56 of file goto.php.
Referenced by assQuestion::_getInternalLinkHref(), SurveyQuestion::_getInternalLinkHref(), ilLPCollections::_getPossibleSAHSItems(), addCourse(), ilSoapCourseAdministration::addCourse(), ilSoapExerciseAdministration::addExercise(), ilSoapFileAdministration::addFile(), addGroup(), ilSoapGroupAdministration::addGroup(), addRole(), ilSoapRBACAdministration::addRole(), addRoleFromTemplate(), ilSoapRBACAdministration::addRoleFromTemplate(), ilSoapUtils::cloneDependencies(), ilSoapUtils::cloneNode(), ilLMPresentationGUI::getLinkXML(), ilLMPageObjectGUI::getLinkXML(), ilGlossaryPresentationGUI::getLinkXML(), ilSoapUtils::linkNode(), ilObjContentObjectGUI::proceedDragDrop(), ilContObjParser::processPagesToParse(), SurveyQuestion::setMaterial(), and ilPCParagraph::xml2output().
| $target_type = $target_arr[0] |
Definition at line 55 of file goto.php.
Referenced by ilContObjParser::processPagesToParse(), and ilPCParagraph::xml2output().
1.7.1