ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilECSGroupSettings.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
30{
31 protected function getECSObjectType(): string
32 {
33 return '/campusconnect/groups';
34 }
35
39 protected function buildJson(ilECSSetting $a_server)
40 {
41 return $this->getJsonCore('application/ecs-group');
42 }
43}
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.