Go to the source code of this file.
Namespaces | |
namespace | ilias |
admin objects frameset | |
Variables | |
if (isset($_GET["client_id"])) | |
$target_arr = explode("_", $_GET["target"]) | |
$target_type = $target_arr[0] | |
$target_id = $target_arr[1] |
$target_arr = explode("_", $_GET["target"]) |
Definition at line 49 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 51 of file goto.php.
Referenced by SurveyQuestion::_getInternalLinkHref(), ASS_Question::_getInternalLinkHref(), ilLMPresentationGUI::getLinkXML(), ilLMPageObjectGUI::getLinkXML(), ilGlossaryPresentationGUI::getLinkXML(), ilObjContentObjectGUI::proceedDragDrop(), ilContObjParser::processPagesToParse(), SurveyQuestion::setMaterial(), and ilPCParagraph::xml2output().
$target_type = $target_arr[0] |
Definition at line 50 of file goto.php.
Referenced by ilContObjParser::processPagesToParse(), and ilPCParagraph::xml2output().