Explore Server Side Testing SDK for PHP

WebsiteStorageInterface

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

saveLastExperimentsFetchTime()

Sets the timestamp of the last time experiments were fetched

public saveLastExperimentsFetchTime(int $timestamp) : bool
Parameters
$timestamp : int
Return values
bool

saveWebsiteId()

public saveWebsiteId(string $websiteId) : bool
Parameters
$websiteId : string
Return values
bool

        
On this page

Search results