GeneralSettings
Table of Contents
- getBookingCancellationPage() : int
- getBookingCancelledPage() : int
- getBusinessName() : string
- getConfirmationMode() : string
- getCountry() : string
- getCurrency() : string
- getCurrencyPosition() : string
- getCurrencySymbol() : string
- getDateFormat() : string
- getDecimalsCount() : int
- getDecimalSeparator() : string
- getDefaultBookingStatus() : string
- getFirstDayOfWeek() : int
- getGeneralSettings() : array<string|int, mixed>
- getPostDateTimeFormat() : string
- getTermsPageIdForAcceptance() : int
- getThousandSeparator() : string
- getThumbnailSize() : array<string|int, mixed>
- getTimeFormat() : string
- getTimeStep() : int
- getTimeStepAlignment() : string
- isAdminConfirmationMode() : bool
- isAutoConfirmationMode() : bool
- isCouponsEnabled() : bool
- isMultibookingEnabled() : bool
- isPaymentConfirmationMode() : bool
- isUserCanBookingCancellation() : bool
Methods
getBookingCancellationPage()
public
getBookingCancellationPage() : int
Tags
Return values
int —getBookingCancelledPage()
public
getBookingCancelledPage() : int
Tags
Return values
int —getBusinessName()
public
getBusinessName() : string
Return values
string —getConfirmationMode()
public
getConfirmationMode() : string
Tags
Return values
string —getCountry()
public
getCountry() : string
Tags
Return values
string —getCurrency()
public
getCurrency() : string
Tags
Return values
string —Currency code, like 'EUR'.
getCurrencyPosition()
public
getCurrencyPosition() : string
Tags
Return values
string —getCurrencySymbol()
public
getCurrencySymbol() : string
Tags
Return values
string —getDateFormat()
public
getDateFormat() : string
Tags
Return values
string —getDecimalsCount()
public
getDecimalsCount() : int
Tags
Return values
int —getDecimalSeparator()
public
getDecimalSeparator() : string
Tags
Return values
string —getDefaultBookingStatus()
public
getDefaultBookingStatus() : string
Tags
Return values
string —'pending' or 'confirmed'.
getFirstDayOfWeek()
public
getFirstDayOfWeek() : int
Tags
Return values
int —getGeneralSettings()
public
getGeneralSettings() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getPostDateTimeFormat()
public
getPostDateTimeFormat([string $glue = ' @ ' ]) : string
Parameters
- $glue : string = ' @ '
-
Optional. Glue string to concatenate the date and time parts. ' @ ' by default.
Tags
Return values
string —getTermsPageIdForAcceptance()
public
getTermsPageIdForAcceptance() : int
Tags
Return values
int —getThousandSeparator()
public
getThousandSeparator() : string
Tags
Return values
string —getThumbnailSize()
public
getThumbnailSize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —[width, height]
getTimeFormat()
public
getTimeFormat() : string
Tags
Return values
string —getTimeStep()
public
getTimeStep() : int
Tags
Return values
int —Step for time slots (in minutes).
getTimeStepAlignment()
public
getTimeStepAlignment() : string
Tags
Return values
string —'hour'|'none'
isAdminConfirmationMode()
public
isAdminConfirmationMode() : bool
Tags
Return values
bool —isAutoConfirmationMode()
public
isAutoConfirmationMode() : bool
Tags
Return values
bool —isCouponsEnabled()
public
isCouponsEnabled() : bool
Tags
Return values
bool —isMultibookingEnabled()
public
isMultibookingEnabled() : bool
Tags
Return values
bool —isPaymentConfirmationMode()
public
isPaymentConfirmationMode() : bool
Tags
Return values
bool —isUserCanBookingCancellation()
public
isUserCanBookingCancellation() : bool