|
MediaWiki
master
|
Interface for RC feed engines, which send formatted notifications. More...

Public Member Functions | |
| send (array $feed, $line) | |
| Sends some text to the specified live feed. More... | |
Interface for RC feed engines, which send formatted notifications.
Definition at line 27 of file RCFeedEngine.php.
| RCFeedEngine::send | ( | array | $feed, |
| $line | |||
| ) |
Sends some text to the specified live feed.
| array | $feed | The feed, as configured in an associative array |
| string | $line | The text to send |
Implemented in RedisPubSubFeedEngine, and UDPRCFeedEngine.