Table of Contents
Interfaces
- NotificationProvider
Methods
-
__construct()
: mixed
-
checkNeedToShow()
: bool
-
getConfiguration()
: array<string|int, mixed>
-
getCurrentType()
: string
-
getNumberRemainingDaysLicense()
: int
-
getSavedShowConfiguration()
: array<string|int, mixed>
-
getSchedule()
: array<string|int, mixed>
-
getStartingDayNotification()
: int
-
isAvailable()
: bool
-
saveShowConfiguration()
: void
__construct()
public
__construct() : mixed
checkNeedToShow()
public
checkNeedToShow() : bool
getConfiguration()
public
getConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>
getCurrentType()
public
getCurrentType() : string
getNumberRemainingDaysLicense()
public
getNumberRemainingDaysLicense() : int
getSavedShowConfiguration()
public
getSavedShowConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSchedule()
public
getSchedule() : array<string|int, mixed>
Return values
array<string|int, mixed>
getStartingDayNotification()
public
getStartingDayNotification() : int
isAvailable()
public
isAvailable() : bool
saveShowConfiguration()
public
saveShowConfiguration(string $type) : void
Parameters
-
$type
: string
-