class EventTimeslotDto

Methods

__construct(string $pid, EventDto $event, TimeslotDto $timeslot, string $dayPid, string $createdAt, string $updatedAt)

No description

fromEntity(EventTimeslot $et)

No description

static array
fromEntities(iterable $items)

No description

Details

at line 13
__construct(string $pid, EventDto $event, TimeslotDto $timeslot, string $dayPid, string $createdAt, string $updatedAt)

No description

Parameters

string $pid
EventDto $event
TimeslotDto $timeslot
string $dayPid
string $createdAt
string $updatedAt

at line 23
static EventTimeslotDto fromEntity(EventTimeslot $et)

No description

Parameters

EventTimeslot $et

Return Value

EventTimeslotDto

at line 40
static array fromEntities(iterable $items)

No description

Parameters

iterable $items

Return Value

array