EventConnectionFactory
Table of Contents
Methods
Methods
getEventConnection()
public
getEventConnection(array<string|int, mixed> $params) : EventConnection|null
Parameters
- $params : array<string|int, mixed>
Tags
Return values
EventConnection|nullgetFromEventConnection()
public
getFromEventConnection(Event $event, Connection $connection) : EventConnection|null
Parameters
- $event : Event
- $connection : Connection