ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilObjRemoteCategory.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4include_once('Services/WebServices/ECS/classes/class.ilRemoteObjectBase.php');
5
16{
17 const DB_TABLE_NAME = "rcat_settings";
18
19 public function initType()
20 {
21 $this->type = "rcat";
22 }
23
24 protected function getTableName()
25 {
27 }
28
29 protected function getECSObjectType()
30 {
31 return "/campusconnect/categories";
32 }
33}
An exception for terminatinating execution or to throw for unit testing.
Remote category app class.
getECSObjectType()
Get ECS resource identifier, e.g.
getTableName()
Get db table name.
Remote object app base class.