ResourceWizardResponseResponse
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$advertisingResourceTypes
: array<string|int, mixed>
-
$companyScheduleSlots
: array<string|int, mixed>
-
$isCompanyScheduleAccess
: bool
-
$notificationsSettings
: array<string|int, mixed>
-
$weekStart
: string
Methods
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$advertisingResourceTypes
read-only
public
array<string|int, mixed>
$advertisingResourceTypes
$companyScheduleSlots
read-only
public
array<string|int, mixed>
$companyScheduleSlots
$isCompanyScheduleAccess
read-only
public
bool
$isCompanyScheduleAccess
$notificationsSettings
read-only
public
array<string|int, mixed>
$notificationsSettings
$weekStart
read-only
public
string
$weekStart
__construct()
public
__construct(array<string|int, mixed> $advertisingResourceTypes, array<string|int, mixed> $notificationsSettings, array<string|int, mixed> $companyScheduleSlots, bool $isCompanyScheduleAccess, string $weekStart) : mixed
Parameters
-
$advertisingResourceTypes
: array<string|int, mixed>
-
-
$notificationsSettings
: array<string|int, mixed>
-
-
$companyScheduleSlots
: array<string|int, mixed>
-
-
$isCompanyScheduleAccess
: bool
-
-
$weekStart
: string
-
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>