class PusherRegistry

Class PusherRegistry

Properties

protected PusherInterface[] $pushers

Methods

__construct()

PusherRegistry constructor.

addPusher(PusherInterface $pusher, string $name)

No description

getPusher(string $name)

No description

array|PusherInterface[]
getPushers()

No description

Details

at line 18
__construct()

PusherRegistry constructor.

at line 27
addPusher(PusherInterface $pusher, string $name)

Parameters

PusherInterface $pusher
string $name

at line 36
PusherInterface getPusher(string $name)

Parameters

string $name

Return Value

PusherInterface

at line 43
array|PusherInterface[] getPushers()

Return Value

array|PusherInterface[]