MediaWiki REL1_31
RCFeed Class Reference
Inheritance diagram for RCFeed:

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
Exceptions
Exception

Definition at line 46 of file RCFeed.php.

References $params.

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: