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