MediaWiki REL1_27
RCFeedEngine Interface Reference

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

Inheritance diagram for RCFeedEngine:

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
Examples
/src/includes/rcfeed/RedisPubSubFeedEngine.php.

Definition at line 27 of file RCFeedEngine.php.

Member Function Documentation

◆ send()

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: