ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjGroupReferenceGUI.php
Go to the documentation of this file.
1<?php
2
26{
34 public function __construct($a_data, $a_id, $a_call_by_reference = true, $a_prepare_output = false)
35 {
36 $this->target_type = 'grp';
37 $this->reference_type = 'grpr';
38 parent::__construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output);
39 }
40
46 public function executeCommand(): void
47 {
48 parent::executeCommand();
49 }
50
51
57 public static function _goto($a_target)
58 {
60
61 ilObjGroupGUI::_goto($target_ref_id);
62 }
63}
static _lookupTargetRefId(int $a_obj_id)
static _goto(string $a_target, string $a_add="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _goto($a_target)
Support for goto php.
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=false)
ilObjGroupReferenceGUI constructor.
static _lookupObjId(int $ref_id)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc