UpdateEventCategoryDto implements RequestDtoInterface
FinalYes
Table of Contents
Interfaces
Properties
- $attendees : array<string|int, mixed>|null
- $closed : bool|null
- $description : string|null
- $name : string|null
Methods
- __construct() : mixed
- fromRequest() : self
Properties
$attendees read-only
public
array<string|int, mixed>|null
$attendees
$closed read-only
public
bool|null
$closed
$description read-only
public
string|null
$description
$name read-only
public
string|null
$name
Methods
__construct()
public
__construct(string|null $name, string|null $description, bool|null $closed, array<string|int, mixed>|null $attendees) : mixed
Parameters
- $name : string|null
- $description : string|null
- $closed : bool|null
- $attendees : array<string|int, mixed>|null
fromRequest()
public
static fromRequest(array<string|int, mixed> $request) : self
Parameters
- $request : array<string|int, mixed>