24 include_once(
'./Services/ContainerReference/classes/class.ilContainerReferenceGUI.php');
49 public function __construct($a_data, $a_id, $a_call_by_reference =
true, $a_prepare_output =
true)
53 $this->access = $DIC->access();
54 $this->help = $DIC[
"ilHelp"];
55 parent::__construct($a_data, $a_id,
true,
false);
66 parent::executeCommand();
81 $ilHelp->setScreenIdComponent(
"catr");
83 if ($ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
84 $this->tabs_gui->addTarget(
86 $this->ctrl->getLinkTarget($this,
"edit"),
91 if ($ilAccess->checkAccess(
'edit_permission',
'', $this->object->getRefId())) {
92 $this->tabs_gui->addTarget(
94 $this->ctrl->getLinkTargetByClass(
array(get_class($this),
'ilpermissiongui'),
"perm"),
95 array(
"perm",
"info",
"owner"),
107 public static function _goto($a_target)
111 $ilAccess = $DIC->access();
113 $lng = $DIC->language();
115 include_once(
'./Services/ContainerReference/classes/class.ilContainerReference.php');
118 include_once(
'./Modules/Category/classes/class.ilObjCategoryGUI.php');
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.
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true)
Constructor.