MediaWiki
1.28.0
|
Factory class for spawning EventRelayer objects using configuration. More...
Public Member Functions | |
__construct (array $config) | |
getRelayer ($channel) | |
Static Public Member Functions | |
static | singleton () |
Protected Attributes | |
array[] | $configByChannel = [] |
EventRelayer[] | $relayers = [] |
Factory class for spawning EventRelayer objects using configuration.
Definition at line 10 of file EventRelayerGroup.php.
EventRelayerGroup::__construct | ( | array | $config | ) |
array[] | $config Channel configuration |
Definition at line 20 of file EventRelayerGroup.php.
EventRelayerGroup::getRelayer | ( | $channel | ) |
string | $channel |
Definition at line 36 of file EventRelayerGroup.php.
|
static |
Definition at line 28 of file EventRelayerGroup.php.
|
protected |
Definition at line 12 of file EventRelayerGroup.php.
|
protected |
Definition at line 15 of file EventRelayerGroup.php.