EventOptionsDto implements JsonSerializable, Arrayable
FinalYes
Table of Contents
Interfaces
- JsonSerializable
- Arrayable
Properties
- $maxAttendees : int|null
Methods
- __construct() : mixed
- fromArray() : self
- fromJson() : self|null
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$maxAttendees read-only
public
int|null
$maxAttendees
Methods
__construct()
public
__construct(int|null $maxAttendees) : mixed
Parameters
- $maxAttendees : int|null
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
Return values
selffromJson()
public
static fromJson(string $json) : self|null
Parameters
- $json : string
Return values
self|nulljsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>