OptionsDto implements Arrayable, JsonSerializable
FinalYes
Table of Contents
Interfaces
- Arrayable
- JsonSerializable
Properties
- $maxAttendees : int
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$maxAttendees read-only
public
int
$maxAttendees
= 0
Methods
__construct()
public
__construct([int $maxAttendees = 0 ]) : mixed
Parameters
- $maxAttendees : int = 0
fromArray()
public
static fromArray(array<string|int, mixed> $params) : self
Parameters
- $params : array<string|int, mixed>
Return values
selfjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>