UserConfigurationRepository
in
Interface UserConfigurationRepository
Table of Contents
- getByKey() : UserConfiguration
- store() : void
Methods
getByKey()
public
getByKey(UserId $userId, UserConfigurationKey $key) : UserConfiguration
Parameters
- $userId : UserId
- $key : UserConfigurationKey
Tags
Return values
UserConfiguration —store()
public
store(UserConfiguration $configuration) : void
Parameters
- $configuration : UserConfiguration