ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjRemoteCategory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
31{
32 public const DB_TABLE_NAME = "rcat_settings";
33
34 public function initType(): void
35 {
36 $this->type = "rcat";
37 }
38
39 protected function getTableName(): string
40 {
42 }
43
44 protected function getECSObjectType(): string
45 {
46 return "/campusconnect/categories";
47 }
48}
Remote category app class.
getECSObjectType()
Get ECS resource identifier, e.g.
getTableName()
Get db table name.
Remote object app base class.