ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilECSTestSettings.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
30 {
31  protected function getECSObjectType(): string
32  {
33  return '/campusconnect/tests';
34  }
35 
37  protected function buildJson(ilECSSetting $a_server)
38  {
39  return $this->getJsonCore('application/ecs-test');
40  }
41 }
Class ilECSTestSettings.
getJsonCore(string $a_etype)
Build core json structure.
buildJson(ilECSSetting $a_server)
Handles object exports to ECS.