WebsiteStorageInterface
in
Table of Contents
Methods
- getLastExperimentsFetchTime() : int|null
- Gets the timestamp of the last time experiments were fetched
- getWebsiteId() : string|null
- saveLastExperimentsFetchTime() : bool
- Sets the timestamp of the last time experiments were fetched
- saveWebsiteId() : bool
Methods
getLastExperimentsFetchTime()
Gets the timestamp of the last time experiments were fetched
public
getLastExperimentsFetchTime() : int|null
Return values
int|null —Timestamp or null if not set
getWebsiteId()
public
getWebsiteId() : string|null
Return values
string|nullsaveLastExperimentsFetchTime()
Sets the timestamp of the last time experiments were fetched
public
saveLastExperimentsFetchTime(int $timestamp) : bool
Parameters
- $timestamp : int
Return values
boolsaveWebsiteId()
public
saveWebsiteId(string $websiteId) : bool
Parameters
- $websiteId : string