4include_once(
'Services/WebServices/ECS/classes/class.ilRemoteObjectBaseGUI.php');
20 public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
22 parent::__construct($a_id, $a_id_type, $a_parent_node_id);
24 $this->lng->loadLanguageModule(
'rcat');
25 $this->lng->loadLanguageModule(
'cat');
getType()
Functions that must be overwritten.
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
Constructor.