Booking
class Booking
Traits
Methods
int|null
getId()
No description
getActivityExecution()
No description
DateTimeImmutable|null
getCancelledAt()
No description
bool
isActive()
No description
bool|null
getAttended()
No description
setAttended(bool|null $attended)
No description
DateTimeImmutable|null
getAttendedAt()
No description
setAttendedAt(DateTimeImmutable|null $attendedAt)
No description
Details
in
HasPidTrait at line 14
string|null
getPid()
No description
in
HasPidTrait at line 19
void
generatePid()
No description
in
TimestampableTrait at line 18
DateTimeImmutable
getCreatedAt()
No description
in
TimestampableTrait at line 23
DateTimeImmutable
getUpdatedAt()
No description
in
TimestampableTrait at line 28
void
setCreatedAtValue()
No description
in
TimestampableTrait at line 36
void
setUpdatedAtValue()
No description
at line 43
__construct(ActivityExecution $activityExecution, User $user)
No description
at line 49
int|null
getId()
No description
at line 54
ActivityExecution
getActivityExecution()
No description
at line 59
User
getUser()
No description
at line 64
DateTimeImmutable|null
getCancelledAt()
No description
at line 69
bool
isActive()
No description
at line 74
Booking
cancel()
No description
at line 81
bool|null
getAttended()
No description
at line 86
Booking
setAttended(bool|null $attended)
No description
at line 93
DateTimeImmutable|null
getAttendedAt()
No description
at line 98
Booking
setAttendedAt(DateTimeImmutable|null $attendedAt)
No description