ILIAS  release_8 Revision v8.23
class.ilECSGroupSettings.php
Go to the documentation of this file.
1 <?php
2 
3 declare(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.
buildJson(ilECSSetting $a_server)
getJsonCore(string $a_etype)
Build core json structure.
Handles object exports to ECS.