MediaWiki  REL1_24
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.
 getDefaultOptions ()
 Get a FormOptions object containing the default options.
 getExtraOptions ($opts)
 Get options to be displayed in a form.
 getTargetTitle ()
 parseParameters ($par, FormOptions $opts)
 Process $par and put options found in $opts.
 setTopText (FormOptions $opts)
 Send the text to be displayed above the options.

Protected Attributes

bool Title $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:
array$conds
FormOptions$opts
Returns:
bool|ResultWrapper Result or false (for Recentchangeslinked only)

Reimplemented from SpecialRecentChanges.

Definition at line 48 of file SpecialRecentchangeslinked.php.

References $conds, $dbr, $limit, $query, $res, $tables, $title, array(), as, SpecialPage\getOutput(), SpecialPage\getUser(), ChangeTags\modifyDisplayQuery(), SpecialPage\msg(), Title\newFromURL(), SpecialRecentChanges\runMainQueryHook(), RecentChange\selectFields(), and wfGetDB().

Get a FormOptions object containing the default options.

Returns:
FormOptions

Reimplemented from SpecialRecentChanges.

Definition at line 36 of file SpecialRecentchangeslinked.php.

Get options to be displayed in a form.

Parameters:
FormOptions$opts
Returns:
array

Reimplemented from SpecialRecentChanges.

Definition at line 236 of file SpecialRecentchangeslinked.php.

Process $par and put options found in $opts.

Used when including the page.

Parameters:
string$par
FormOptions$opts

Reimplemented from SpecialRecentChanges.

Definition at line 44 of file SpecialRecentchangeslinked.php.

Send the text to be displayed above the options.

Parameters:
FormOptions$optsUnused

Reimplemented from SpecialRecentChanges.

Definition at line 222 of file SpecialRecentchangeslinked.php.

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


Member Data Documentation

bool Title SpecialRecentChangesLinked::$rclTargetTitle [protected]

*

Definition at line 30 of file SpecialRecentchangeslinked.php.


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