MediaWiki  REL1_19
SpecialRecentchangeslinked Class Reference

This is to display changes made to all articles linked in an article. More...

Inheritance diagram for SpecialRecentchangeslinked:
Collaboration diagram for SpecialRecentchangeslinked:

List of all members.

Public Member Functions

 __construct ()
 doMainQuery ($conds, $opts)
 Process the query.
 feedSetup ()
 Create a FormOptions object specific for feed requests and return it.
 getDefaultOptions ()
 Get a FormOptions object containing the default options.
 getExtraOptions ($opts)
 getFeedObject ($feedFormat)
 Return an array with a ChangesFeed object and ChannelFeed object.
 getFeedQuery ()
 Get the query string to append to feed link URLs.
 getTargetTitle ()
 parseParameters ($par, FormOptions $opts)
 Process $par and put options found if $opts Mainly used when including the page.
 setBottomText (FormOptions $opts)
 Send the text to be displayed after the options, for use in Recentchangeslinked.
 setTopText (FormOptions $opts)
 Send the text to be displayed above the options.

Public Attributes

 $rclTargetTitle

Detailed Description

This is to display changes made to all articles linked in an article.

Definition at line 29 of file SpecialRecentchangeslinked.php.


Constructor & Destructor Documentation


Member Function Documentation

SpecialRecentchangeslinked::doMainQuery ( conds,
opts 
)

Process the query.

Parameters:
$condsArray
$optsFormOptions
Returns:
database result or false (for Recentchangeslinked only)

Reimplemented from SpecialRecentChanges.

Definition at line 64 of file SpecialRecentchangeslinked.php.

References $dbr, $limit, $res, $title, SpecialPage\getOutput(), SpecialPage\getUser(), SpecialPage\including(), ChangeTags\modifyDisplayQuery(), SpecialPage\msg(), Title\newFromURL(), wfGetDB(), and wfRunHooks().

Here is the call graph for this function:

Create a FormOptions object specific for feed requests and return it.

Returns:
FormOptions

Reimplemented from SpecialRecentChanges.

Definition at line 48 of file SpecialRecentchangeslinked.php.

References SpecialPage\getRequest().

Here is the call graph for this function:

Get a FormOptions object containing the default options.

Returns:
FormOptions

Reimplemented from SpecialRecentChanges.

Definition at line 36 of file SpecialRecentchangeslinked.php.

Parameters:
$optsFormOptions
Returns:
array

Reimplemented from SpecialRecentChanges.

Definition at line 223 of file SpecialRecentchangeslinked.php.

References ChangeTags\buildTagFilterSelector(), Xml\check(), Xml\input(), Xml\label(), SpecialRecentChanges\namespaceFilterForm(), wfMsg(), and wfMsgHtml().

Here is the call graph for this function:

Return an array with a ChangesFeed object and ChannelFeed object.

Returns:
Array

Reimplemented from SpecialRecentChanges.

Definition at line 54 of file SpecialRecentchangeslinked.php.

References getTargetTitle(), SpecialPage\getTitle(), and wfMsgForContent().

Here is the call graph for this function:

Get the query string to append to feed link URLs.

This is overridden by RCL to add the target parameter

Reimplemented from SpecialRecentChanges.

Definition at line 260 of file SpecialRecentchangeslinked.php.

References getTargetTitle().

Here is the call graph for this function:

Returns:
Title

Definition at line 241 of file SpecialRecentchangeslinked.php.

References SpecialRecentChanges\getOptions(), and Title\newFromText().

Referenced by getFeedObject(), getFeedQuery(), and setTopText().

Here is the call graph for this function:

Here is the caller graph for this function:

Process $par and put options found if $opts Mainly used when including the page.

Parameters:
$parString
$optsFormOptions

Reimplemented from SpecialRecentChanges.

Definition at line 44 of file SpecialRecentchangeslinked.php.

Send the text to be displayed after the options, for use in Recentchangeslinked.

Parameters:
$optsFormOptions

Reimplemented from SpecialRecentChanges.

Definition at line 269 of file SpecialRecentchangeslinked.php.

References SpecialPage\getOutput().

Here is the call graph for this function:

Send the text to be displayed above the options.

Parameters:
$optsFormOptions

Reimplemented from SpecialRecentChanges.

Definition at line 253 of file SpecialRecentchangeslinked.php.

References SpecialPage\getOutput(), and getTargetTitle().

Here is the call graph for this function:


Member Data Documentation

SpecialRecentchangeslinked::$rclTargetTitle

Definition at line 30 of file SpecialRecentchangeslinked.php.


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