MediaWiki REL1_33
|
Factory class for spawning EventRelayer objects using configuration. More...
Public Member Functions | |
__construct (array $config) | |
getRelayer ( $channel) | |
Protected Attributes | |
array[] | $configByChannel = [] |
EventRelayer[] | $relayers = [] |
Factory class for spawning EventRelayer objects using configuration.
Definition at line 26 of file EventRelayerGroup.php.
EventRelayerGroup::__construct | ( | array | $config | ) |
array[] | $config | Channel configuration |
Definition at line 36 of file EventRelayerGroup.php.
EventRelayerGroup::getRelayer | ( | $channel | ) |
string | $channel |
Definition at line 44 of file EventRelayerGroup.php.
|
protected |
Definition at line 28 of file EventRelayerGroup.php.
|
protected |
Definition at line 31 of file EventRelayerGroup.php.