OptionsTypeUpdated
in package
Class OptionsTypeUpdated
Tags
Table of Contents
- $id : OptionId
- $type : OptionType
- create() : OptionsTypeUpdated
- id() : OptionId
- type() : OptionType
- __construct() : mixed
- OptionsTypeUpdated constructor.
Properties
$id
private
OptionId
$id
$type
private
OptionType
$type
Methods
create()
public
static create(OptionId $id, OptionType $type) : OptionsTypeUpdated
Parameters
- $id : OptionId
- $type : OptionType
Return values
OptionsTypeUpdated —id()
public
id() : OptionId
Return values
OptionId —type()
public
type() : OptionType
Return values
OptionType —__construct()
OptionsTypeUpdated constructor.
private
__construct(OptionId $id, OptionType $type) : mixed
Parameters
- $id : OptionId
- $type : OptionType