DataProviderInterface
Table of Contents
Methods
-
getBaseCurrencyId()
: string|null
-
getMoneyStatistics()
: array<string|int, mixed>
-
loadDataForCollection()
: void
-
setClientsData()
: void
-
updateBindings()
: void
getBaseCurrencyId()
public
getBaseCurrencyId() : string|null
Return values
string|null
getMoneyStatistics()
public
getMoneyStatistics(mixed ...$externalDataCollections) : array<string|int, mixed>
Parameters
-
$externalDataCollections
: mixed
-
Return values
array<string|int, mixed>
loadDataForCollection()
public
loadDataForCollection(mixed ...$externalDataCollections) : void
Parameters
-
$externalDataCollections
: mixed
-
setClientsData()
public
setClientsData(ClientCollection $clientCollection, mixed ...$externalDataCollections) : void
Parameters
-
$clientCollection
: ClientCollection
-
-
$externalDataCollections
: mixed
-
updateBindings()
public
updateBindings(Booking $updatedBooking, Booking $prevBooking) : void
Parameters
-
$updatedBooking
: Booking
-
-
$prevBooking
: Booking
-