1 <?php declare(strict_types=1);
39 $this->schedule_repo = $repo->
schedules();
40 $this->schedule_repo->loadDataOfPool($pool_id);
46 return $this->schedule_repo->getScheduleList($this->pool_id);
51 return $this->schedule_repo->hasSchedules($this->pool_id);
60 return $this->schedule_repo->getScheduleData($this->pool_id);
InternalDataService $data
Repo class for schedules.
__construct(InternalDataService $data, InternalRepoService $repo, InternalDomainService $domain, int $pool_id)
Repository internal repo service.
SchedulesDBRepository $schedule_repo
Repository internal data service.
InternalDomainService $domain
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
InternalRepoService $repo