ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjRemoteCategoryGUI.php
Go to the documentation of this file.
1 <?php
2 
18 declare(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 }
Interface ilCtrlBaseClassInterface describes ilCtrl base classes.
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
__construct(Container $dic, ilPlugin $plugin)