SetEventAttendeeStatusDto implements RequestDtoInterface
FinalYes
Table of Contents
Interfaces
Properties
- $attendeeStatus : bool
- $eventId : int
Methods
- __construct() : mixed
- fromRequest() : self
Properties
$attendeeStatus read-only
public
bool
$attendeeStatus
$eventId read-only
public
int
$eventId
Methods
__construct()
public
__construct(int $eventId, bool $attendeeStatus) : mixed
Parameters
- $eventId : int
- $attendeeStatus : bool
fromRequest()
public
static fromRequest(array<string|int, mixed> $request) : self
Parameters
- $request : array<string|int, mixed>