4 include_once(
'./Services/ContainerReference/classes/class.ilContainerReferenceGUI.php');
25 public function __construct($a_data, $a_id, $a_call_by_reference =
true, $a_prepare_output =
false)
27 parent::__construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output);
37 parent::executeCommand();
51 global $ilAccess, $ilHelp;
53 $ilHelp->setScreenIdComponent(
"grpr");
55 if ($ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
56 $this->tabs_gui->addTarget(
58 $this->ctrl->getLinkTarget($this,
"edit"),
63 if ($ilAccess->checkAccess(
'edit_permission',
'', $this->object->getRefId())) {
64 $this->tabs_gui->addTarget(
66 $this->ctrl->getLinkTargetByClass(
array(get_class($this),
'ilpermissiongui'),
"perm"),
67 array(
"perm",
"info",
"owner"),
78 public static function _goto($a_target)
80 include_once(
'./Services/ContainerReference/classes/class.ilContainerReference.php');
83 include_once(
'./Modules/Group/classes/class.ilObjGroupGUI.php');
static _goto($a_target)
Support for goto php.
executeCommand()
Execute command.
static _lookupObjId($a_id)
Create styles array
The data for the language used.
static _goto($a_target, $a_add="")
goto target group
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=false)
ilObjGroupReferenceGUI constructor.
static _lookupTargetRefId($a_obj_id)
Lookup target ref_id.