ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 _goto($a_target)
Support for goto php.
static _goto(string $a_target, string $a_add="")
static _lookupObjId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
static _lookupTargetRefId(int $a_obj_id)
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=false)
ilObjGroupReferenceGUI constructor.