GlobalPopupService
in package
Class GlobalPopupService.
Table of Contents
Methods
- checkFrequencyChange() : void
- getAllGlobalPopups() : Collection<string|int, GlobalPopup|VariablePage>
- instance() : self
- removePopupCookie() : mixed
- setPopupCookie() : mixed
Methods
checkFrequencyChange()
public
static checkFrequencyChange(mixed $oldFrequency, mixed $newFrequency, mixed $popupId) : void
Parameters
- $oldFrequency : mixed
- $newFrequency : mixed
- $popupId : mixed
getAllGlobalPopups()
public
static getAllGlobalPopups() : Collection<string|int, GlobalPopup|VariablePage>
Return values
Collection<string|int, GlobalPopup|VariablePage>instance()
public
static instance() : self
Return values
selfremovePopupCookie()
public
static removePopupCookie(mixed $popupId) : mixed
Parameters
- $popupId : mixed
setPopupCookie()
public
static setPopupCookie(mixed $frequency, mixed $cookieName) : mixed
Parameters
- $frequency : mixed
- $cookieName : mixed