ChannelEventParam
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getChannelEventParamSettings() : ChannelEventParamSettings|null
- getCode() : string
- getValue() : mixed
- isProcessAccordingType() : bool
- toArray() : array<string|int, mixed>
Methods
__construct()
public
__construct(string $code, mixed $value[, ChannelEventParamSettings|null $channelEventParamSettings = null ]) : mixed
Parameters
- $code : string
- $value : mixed
- $channelEventParamSettings : ChannelEventParamSettings|null = null
getChannelEventParamSettings()
public
getChannelEventParamSettings() : ChannelEventParamSettings|null
Return values
ChannelEventParamSettings|nullgetCode()
public
getCode() : string
Return values
stringgetValue()
public
getValue() : mixed
isProcessAccordingType()
public
isProcessAccordingType() : bool
Return values
booltoArray()
public
toArray() : array<string|int, mixed>