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