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