saveClientId
Learn how to store the resolved client ID.
An implementation must store the given client ID so that getClientId returns it on subsequent requests.
Signature
This method has the following signature:
public function saveClientId(Uuid $clientId): voidThis method stores the given client ID and returns nothing.
Parameters
The following list describes the supported parameters:
- clientId
The client ID to store.