ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjRemoteCategory.php
Go to the documentation of this file.
1 <?php
2 
18 declare(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  {
40  return self::DB_TABLE_NAME;
41  }
42 
43  protected function getECSObjectType(): string
44  {
45  return "/campusconnect/categories";
46  }
47 }
Remote object app base class.
Remote category app class.