ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjRemoteCategoryGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 
35 {
36  public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
37  {
38  parent::__construct($a_id, $a_id_type, $a_parent_node_id);
39 
40  $this->lng->loadLanguageModule('rcat');
41  $this->lng->loadLanguageModule('cat');
42  }
43 
44  public function getType(): string
45  {
46  return 'rcat';
47  }
48 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
__construct(Container $dic, ilPlugin $plugin)