ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilObjGroupReferenceGUI.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4include_once('./Services/ContainerReference/classes/class.ilContainerReferenceGUI.php');
12{
14 protected $target_type = 'grp';
16 protected $reference_type = 'grpr';
17
25 public function __construct($a_data, $a_id, $a_call_by_reference = true, $a_prepare_output = false)
26 {
27 parent::__construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output);
28 }
29
35 public function executeCommand()
36 {
37 parent::executeCommand();
38 }
39
40
46 public static function _goto($a_target)
47 {
48 include_once('./Services/ContainerReference/classes/class.ilContainerReference.php');
50
51 include_once('./Modules/Group/classes/class.ilObjGroupGUI.php');
52 ilObjGroupGUI::_goto($target_ref_id);
53 }
54}
An exception for terminatinating execution or to throw for unit testing.
static _lookupTargetRefId($a_obj_id)
Lookup target ref_id.
static _goto($a_target, $a_add="")
goto target group
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($a_id)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc