ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilECSGroupSettings.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
include_once
'Services/WebServices/ECS/classes/class.ilECSObjectSettings.php'
;
6
15
class
ilECSGroupSettings
extends
ilECSObjectSettings
16
{
17
protected
function
getECSObjectType
()
18
{
19
return
'/campusconnect/groups'
;
20
}
21
22
protected
function
buildJson
(
ilECSSetting
$a_server)
23
{
24
$json = $this->
getJsonCore
(
'application/ecs-group'
);
25
26
// $json->status = $this->content_obj->isActivated() ? 'online' : 'offline';
27
28
return
$json;
29
}
30
}
31
32
?>
ilECSGroupSettings\getECSObjectType
getECSObjectType()
Definition:
class.ilECSGroupSettings.php:17
ilECSSetting
Definition:
class.ilECSSetting.php:33
ilECSGroupSettings
Class ilECSGroupSettings.
Definition:
class.ilECSGroupSettings.php:15
ilECSGroupSettings\buildJson
buildJson(ilECSSetting $a_server)
Definition:
class.ilECSGroupSettings.php:22
ilECSObjectSettings\getJsonCore
getJsonCore($a_etype)
Build core json structure.
Definition:
class.ilECSObjectSettings.php:669
php
ilECSObjectSettings
Handles object exports to ECS.
Definition:
class.ilECSObjectSettings.php:13
Modules
Group
classes
class.ilECSGroupSettings.php
Generated on Fri Jan 17 2025 19:00:59 for ILIAS by
1.8.13 (using
Doxyfile
)