interface ClientStorageInterface

Interface ClientStorageInterface

Methods

setStorageDriver(DriverInterface $driver)

No description

string|UserInterface|false
getClient(string $identifier)

No description

static string
getStorageId(ConnectionInterface $conn)

No description

addClient(string $identifier, string|UserInterface $user)

No description

bool
hasClient(string $identifier)

No description

bool
removeClient(string $identifier)

No description

Details

at line 19
setStorageDriver(DriverInterface $driver)

Parameters

DriverInterface $driver

at line 28
string|UserInterface|false getClient(string $identifier)

Parameters

string $identifier

Return Value

string|UserInterface|false

Exceptions

StorageException

at line 35
static string getStorageId(ConnectionInterface $conn)

Parameters

ConnectionInterface $conn

Return Value

string

at line 43
addClient(string $identifier, string|UserInterface $user)

Parameters

string $identifier
string|UserInterface $user

Exceptions

StorageException

at line 50
bool hasClient(string $identifier)

Parameters

string $identifier

Return Value

bool

at line 57
bool removeClient(string $identifier)

Parameters

string $identifier

Return Value

bool