MainPageGetResponse
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$bookingCollection
: BookingCollection
-
$clientsDataRecent
: array<string|int, mixed>
-
$counters
: array<string|int, mixed>
-
$favorites
: Favorites|null
-
$isCurrentSenderAvailable
: bool
-
$isIntersectionForAll
: bool
-
$providerModuleId
: string|null
-
$resourceTypeCollection
: ResourceTypeCollection
Methods
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$bookingCollection
read-only
public
BookingCollection
$bookingCollection
$clientsDataRecent
read-only
public
array<string|int, mixed>
$clientsDataRecent
$counters
read-only
public
array<string|int, mixed>
$counters
= []
$favorites
read-only
public
Favorites|null
$favorites
$isCurrentSenderAvailable
read-only
public
bool
$isCurrentSenderAvailable
$isIntersectionForAll
read-only
public
bool
$isIntersectionForAll
= true
$providerModuleId
read-only
public
string|null
$providerModuleId
$resourceTypeCollection
read-only
public
ResourceTypeCollection
$resourceTypeCollection
__construct()
public
__construct(Favorites|null $favorites, BookingCollection $bookingCollection, ResourceTypeCollection $resourceTypeCollection, string|null $providerModuleId, array<string|int, mixed> $clientsDataRecent, bool $isCurrentSenderAvailable[, bool $isIntersectionForAll = true ][, array<string|int, mixed> $counters = [] ]) : mixed
Parameters
-
$favorites
: Favorites|null
-
-
$bookingCollection
: BookingCollection
-
-
$resourceTypeCollection
: ResourceTypeCollection
-
-
$providerModuleId
: string|null
-
-
$clientsDataRecent
: array<string|int, mixed>
-
-
$isCurrentSenderAvailable
: bool
-
-
$isIntersectionForAll
: bool
= true
-
-
$counters
: array<string|int, mixed>
= []
-
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>