3 declare(strict_types=1);
17 $this->kiosk_mode_service = $kiosk_mode_service;
19 $this->access = $access;
25 if ($this->kiosk_mode_service->hasKioskMode($item->
getType())) {
26 return $this->kiosk_mode_service->getViewFor($obj);
getViewFor(LSLearnerItem $item)
Class ilLegacyKioskModeView.
getInstanceByRefId(int $ref_id)
getLegacyViewFor(ilObject $obj)
Central entry point for users of the service.
__construct(ilKioskModeService $kiosk_mode_service, ilLanguage $lng, ilAccess $access)
static getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
Add learning progress and availability information to the LSItem.