MediaWiki  REL1_24
RCFeedEngine Interface Reference

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

Inheritance diagram for RCFeedEngine:

List of all members.

Public Member Functions

 send (array $feed, $line)
 Sends some text to the specified live feed.

Detailed Description

Interface for RC feed engines, which send formatted notifications.

Since:
1.22

Definition at line 27 of file RCFeedEngine.php.


Member Function Documentation

RCFeedEngine::send ( array feed,
line 
)

Sends some text to the specified live feed.

See also:
IRCColourfulRCFeedFormatter::cleanupForIRC
Parameters:
array$feedThe feed, as configured in an associative array
string$lineThe text to send
Returns:
bool Success

Implemented in RedisPubSubFeedEngine, and UDPRCFeedEngine.


The documentation for this interface was generated from the following file: