MediaWiki REL1_39
|
Base class for RCFeed implementations that use RCFeedFormatter. More...
Public Member Functions | |
__construct (array $params) | |
notify (RecentChange $rc, $actionComment=null) | |
send (array $feed, $line) | |
Send some text to the specified feed. | |
Additional Inherited Members | |
Static Public Member Functions inherited from RCFeed | |
static | factory (array $params) |
Base class for RCFeed implementations that use RCFeedFormatter.
Parameters:
Definition at line 30 of file FormattedRCFeed.php.
FormattedRCFeed::__construct | ( | array | $params | ) |
array | $params |
Reimplemented from RCFeed.
Definition at line 36 of file FormattedRCFeed.php.
FormattedRCFeed::notify | ( | RecentChange | $rc, |
$actionComment = null ) |
RecentChange | $rc | |
string | null | $actionComment |
Reimplemented from RCFeed.
Definition at line 54 of file FormattedRCFeed.php.
|
abstract |
Send some text to the specified feed.
array | $feed | The feed, as configured in an associative array |
string | $line | The text to send |
Reimplemented in RedisPubSubFeedEngine, and UDPRCFeedEngine.
Referenced by notify().