ILIAS  release_8 Revision v8.24
class.ilECSCategorySettings.php
Go to the documentation of this file.
1<?php
2
3declare(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}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getECSObjectType()
Get ECS resource identifier, e.g.
buildJson(ilECSSetting $a_server)
Build resource-specific json.
Handles object exports to ECS.
getJsonCore(string $a_etype)
Build core json structure.