24 include_once(
'./Services/ContainerReference/classes/class.ilContainerReferenceGUI.php');
46 public function __construct($a_data, $a_id, $a_call_by_reference =
true, $a_prepare_output =
true)
48 parent::__construct($a_data, $a_id,
true,
false);
59 parent::executeCommand();
71 global $ilAccess, $ilHelp;
73 $ilHelp->setScreenIdComponent(
"crsr");
75 if ($ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
76 $this->tabs_gui->addTarget(
78 $this->ctrl->getLinkTarget($this,
"edit"),
83 if ($ilAccess->checkAccess(
'edit_permission',
'', $this->object->getRefId())) {
84 $this->tabs_gui->addTarget(
86 $this->ctrl->getLinkTargetByClass(
array(get_class($this),
'ilpermissiongui'),
"perm"),
87 array(
"perm",
"info",
"owner"),
99 public static function _goto($a_target)
103 include_once(
'./Services/ContainerReference/classes/class.ilContainerReference.php');
106 include_once(
'./Modules/Course/classes/class.ilObjCourseGUI.php');
static _goto($a_target, $a_add="")
goto target course
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true)
Constructor.
static _lookupObjId($a_id)
Create styles array
The data for the language used.
static _goto($a_target)
Support for goto php.
static _lookupTargetRefId($a_obj_id)
Lookup target ref_id.
executeCommand()
Execute command.