MediaWiki  1.23.8
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. More...
 

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
RecentChange::cleanupForIRC
Parameters
array$feedThe feed, as configured in an associative array.
string$lineThe text to send.
Returns
boolean success

Implemented in RedisPubSubFeedEngine, and UDPRCFeedEngine.


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