UserConfigurationValueUpdated
in package
Class UserConfigurationValueUpdated
Tags
Table of Contents
- $key : UserConfigurationKey
- $newValue : string
- $userId : UserId
- create() : UserConfigurationValueUpdated
- key() : string
- newValue() : string
- userId() : int
- __construct() : mixed
- UserConfigurationValueUpdated constructor.
Properties
$key
private
UserConfigurationKey
$key
$newValue
private
string
$newValue
$userId
private
UserId
$userId
Methods
create()
public
static create(UserId $userId, UserConfigurationKey $key, string $newValue) : UserConfigurationValueUpdated
Parameters
- $userId : UserId
- $key : UserConfigurationKey
- $newValue : string
Return values
UserConfigurationValueUpdated —key()
public
key() : string
Return values
string —newValue()
public
newValue() : string
Return values
string —userId()
public
userId() : int
Return values
int —__construct()
UserConfigurationValueUpdated constructor.
private
__construct(UserId $userId, UserConfigurationKey $key, string $newValue) : mixed
Parameters
- $userId : UserId
- $key : UserConfigurationKey
- $newValue : string