ILIAS  release_8 Revision v8.24
class.ilECSGroupSettings.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
5/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
6
7
17{
18 protected function getECSObjectType(): string
19 {
20 return '/campusconnect/groups';
21 }
22
26 protected function buildJson(ilECSSetting $a_server)
27 {
28 return $this->getJsonCore('application/ecs-group');
29 }
30}
Class ilECSGroupSettings.
getECSObjectType()
Get ECS resource identifier, e.g.
buildJson(ilECSSetting $a_server)
Handles object exports to ECS.
getJsonCore(string $a_etype)
Build core json structure.