4 define(
'IL_INTERNAL_LINK_SCRIPT',
'goto.php');
19 global $ilObjDataCache;
23 $a_type = $ilObjDataCache->lookupType($ilObjDataCache->lookupObjId($a_ref_id));
28 foreach($a_params as $name => $value)
30 $param_string .= (
'&'.$name.
'='.$value);
58 global $ilObjDataCache;
62 $a_type = $ilObjDataCache->lookupType($ilObjDataCache->lookupObjId($a_ref_id));
65 include_once(
'Services/PrivacySecurity/classes/class.ilRobotSettings.php');
67 if(!$robot_settings->robotSupportEnabled())
80 return ILIAS_HTTP_PATH.
'/goto_'.urlencode(CLIENT_ID).
'_'.
$a_type.
'_'.$a_ref_id.urlencode($append).
'.html';
const IL_INTERNAL_LINK_SCRIPT
static _getStaticLink($a_ref_id, $a_type='', $a_fallback_goto=true, $append="")
Get static link.
Class for creating internal links on e.g repostory items.
static _getInstance()
Get instance.
Create styles array
The data for the language used.
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")