ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjCategoryReferenceGUI.php
Go to the documentation of this file.
1<?php
2
19declare(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 {
48 ilObjCategoryGUI::_goto((string) $target_ref_id);
49 }
50}
static _lookupTargetRefId(int $a_obj_id)
Help GUI class.
static _goto(string $a_target)
__construct( $a_data, int $a_id, bool $a_call_by_reference=true, bool $a_prepare_output=true)
static _lookupObjId(int $ref_id)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
global $DIC
Definition: shib_login.php:26