24 include_once(
'./Services/ContainerReference/classes/class.ilContainerReferenceGUI.php');
49 public function __construct($a_data, $a_id, $a_call_by_reference =
true, $a_prepare_output =
true)
53 $this->access = $DIC->access();
54 $this->
help = $DIC[
"ilHelp"];
66 parent::executeCommand();
75 public static function _goto($a_target)
79 $ilAccess = $DIC->access();
81 $lng = $DIC->language();
83 include_once(
'./Services/ContainerReference/classes/class.ilContainerReference.php');
86 include_once(
'./Modules/Category/classes/class.ilObjCategoryGUI.php');
static _lookupObjId($a_id)
static _goto($a_target)
Support for goto php.
__construct(Container $dic, ilPlugin $plugin)
static _lookupTargetRefId($a_obj_id)
Lookup target ref_id.
executeCommand()
Execute command.
__construct($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true)
Constructor.