ChannelEventPropertiesCollection
FinalYes
Table of Contents
Methods
- __construct() : mixed
- append() : void
- getByCode() : ChannelEventParam|null
- getEventProperties() : array<string|int, ChannelEventParam>
- has() : bool
- remove() : void
- toArray() : array<string|int, mixed>
Methods
__construct()
public
__construct(array<string|int, mixed> $eventParams) : mixed
Parameters
- $eventParams : array<string|int, mixed>
append()
public
append(ChannelEventParam $channelEventParam) : void
Parameters
- $channelEventParam : ChannelEventParam
getByCode()
public
getByCode(string $code) : ChannelEventParam|null
Parameters
- $code : string
Return values
ChannelEventParam|nullgetEventProperties()
public
getEventProperties() : array<string|int, ChannelEventParam>
Return values
array<string|int, ChannelEventParam>has()
public
has(string $code) : bool
Parameters
- $code : string
Return values
boolremove()
public
remove(string $code) : void
Parameters
- $code : string
toArray()
public
toArray() : array<string|int, mixed>