ILIAS  release_8 Revision v8.24
class.ilObjRemoteCategoryGUI.php
Go to the documentation of this file.
1<?php
2
18declare(strict_types=1);
19
20
34{
35 public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
36 {
37 parent::__construct($a_id, $a_id_type, $a_parent_node_id);
38
39 $this->lng->loadLanguageModule('rcat');
40 $this->lng->loadLanguageModule('cat');
41 }
42
43 public function getType(): string
44 {
45 return 'rcat';
46 }
47}
getType()
Functions that must be overwritten.
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
Interface ilCtrlBaseClassInterface describes ilCtrl base classes.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc