class ScheduleDto

Methods

__construct(string $date, string $userPid, array $entries)

No description

static ScheduleDto
fromSnapshots(string $date, string $userPid, iterable $snapshots, bool $canViewOrganisatoryInfo = false)

No description

Details

at line 17
__construct(string $date, string $userPid, array $entries)

No description

Parameters

string $date
string $userPid
array $entries

at line 28
static ScheduleDto fromSnapshots(string $date, string $userPid, iterable $snapshots, bool $canViewOrganisatoryInfo = false)

No description

Parameters

string $date
string $userPid
iterable $snapshots
bool $canViewOrganisatoryInfo

Return Value

ScheduleDto