interface LimiterStateInterface

Representing the stored state of the limiter.

Classes implementing this interface must be serializable, which is used by the storage implementations to store the object.

Methods

string
getId()

No description

int|null
getExpirationTime()

No description

Details

string getId()

Return Value

string

int|null getExpirationTime()

Return Value

int|null