ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilECSCategorySettings.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
28  protected function getECSObjectType(): string
29  {
30  return '/campusconnect/categories';
31  }
32 
33  protected function buildJson(ilECSSetting $a_server)
34  {
35  $json = $this->getJsonCore('application/ecs-category');
36 
37  return $json;
38  }
39 }
buildJson(ilECSSetting $a_server)
getJsonCore(string $a_etype)
Build core json structure.
Class ilECSCategorySettings.
Handles object exports to ECS.