ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjCategoryReferenceGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
27  protected ilHelpGUI $help;
28 
29  public function __construct(
30  $a_data,
31  int $a_id,
32  bool $a_call_by_reference = true,
33  bool $a_prepare_output = true
34  ) {
35  global $DIC;
36 
37  $this->target_type = 'cat';
38  $this->reference_type = 'catr';
39 
40  $this->access = $DIC->access();
41  $this->help = $DIC["ilHelp"];
42  parent::__construct($a_data, $a_id, true, false);
43  }
44 
45  public static function _goto(string $a_target): void
46  {
47  $target_ref_id = ilContainerReference::_lookupTargetRefId(ilObject::_lookupObjId((int) $a_target));
48  ilObjCategoryGUI::_goto((string) $target_ref_id);
49  }
50 }
__construct( $a_data, int $a_id, bool $a_call_by_reference=true, bool $a_prepare_output=true)
Help GUI class.
static _lookupObjId(int $ref_id)
global $DIC
Definition: shib_login.php:22
static _goto(string $a_target)
__construct(Container $dic, ilPlugin $plugin)
static _lookupTargetRefId(int $a_obj_id)