19 declare(strict_types=0);
37 $this->
logger = $DIC->logger()->crs();
38 $this->lom_services = $DIC->learningObjectMetadata();
44 return '/campusconnect/courselinks';
49 $json = $this->
getJsonCore(
'application/ecs-course');
52 $lang = $this->lom_services->read(
53 $this->content_obj->getId(),
54 $this->content_obj->getId(),
55 $this->content_obj->getType(),
56 $this->lom_services->paths()->languages()
57 )->firstData($this->lom_services->paths()->languages())->value();
59 if (strlen(
$lang) !== 0) {
62 $json->status = $this->content_obj->isActivated() ?
'online' :
'offline';
static getEContentDefinition(string $a_resource_id)
Get econtent / metadata definition.
addMetadataToJson(object $a_json, ilECSSetting $a_server, array $a_definition)
Add advanced metadata to json (export)
__construct(ilObject $a_content_object)
getContentObject()
Get content object.
LOMServices $lom_services
getJsonCore(string $a_etype)
Build core json structure.
buildJson(ilECSSetting $a_server)
__construct(Container $dic, ilPlugin $plugin)
Handles object exports to ECS.
Class ilECSCourseSettings.