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