MediaWiki master
RCFeed Class Reference

Inherited by FormattedRCFeed.

Public Member Functions

 __construct (array $params=[])
 
 notify (RecentChange $rc, $actionComment=null)
 Dispatch the recent changes notification.
 

Static Public Member Functions

static factory (array $params)
 

Detailed Description

See also
$wgRCFeeds
Since
1.29

Definition at line 25 of file RCFeed.php.

Constructor & Destructor Documentation

◆ __construct()

RCFeed::__construct ( array $params = [])
Parameters
array$params

Reimplemented in FormattedRCFeed.

Definition at line 29 of file RCFeed.php.

Member Function Documentation

◆ factory()

static RCFeed::factory ( array $params)
staticfinal
Parameters
array$params
Returns
RCFeed

Definition at line 45 of file RCFeed.php.

References $params, $wgRCEngines, and wfDeprecated().

Referenced by RecentChange\notifyRCFeeds().

◆ notify()

RCFeed::notify ( RecentChange $rc,
$actionComment = null )
abstract

Dispatch the recent changes notification.

Parameters
RecentChange$rc
string | null$actionComment
Returns
bool Success

Reimplemented in FormattedRCFeed.


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