ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilECSCategorySettings.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
28 {
29  protected function getECSObjectType(): string
30  {
31  return '/campusconnect/categories';
32  }
33 
34  protected function buildJson(ilECSSetting $a_server)
35  {
36  $json = $this->getJsonCore('application/ecs-category');
37 
38  return $json;
39  }
40 }
buildJson(ilECSSetting $a_server)
getJsonCore(string $a_etype)
Build core json structure.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Handles object exports to ECS.