ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjRemoteCategoryGUI.php
Go to the documentation of this file.
1<?php
2
19declare(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}
getType()
Functions that must be overwritten.
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc