MediaWiki
REL1_24
|
This is to display changes made to all articles linked in an article. More...
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 |
* |
This is to display changes made to all articles linked in an article.
Definition at line 29 of file SpecialRecentchangeslinked.php.
Definition at line 32 of file SpecialRecentchangeslinked.php.
SpecialRecentChangesLinked::doMainQuery | ( | $ | conds, |
$ | opts | ||
) |
Process the query.
array | $conds | |
FormOptions | $opts |
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.
Reimplemented from SpecialRecentChanges.
Definition at line 36 of file SpecialRecentchangeslinked.php.
Get options to be displayed in a form.
FormOptions | $opts |
Reimplemented from SpecialRecentChanges.
Definition at line 236 of file SpecialRecentchangeslinked.php.
Definition at line 252 of file SpecialRecentchangeslinked.php.
Referenced by setTopText().
SpecialRecentChangesLinked::parseParameters | ( | $ | par, |
FormOptions $ | opts | ||
) |
Process $par and put options found in $opts.
Used when including the page.
string | $par | |
FormOptions | $opts |
Reimplemented from SpecialRecentChanges.
Definition at line 44 of file SpecialRecentchangeslinked.php.
Send the text to be displayed above the options.
FormOptions | $opts | Unused |
Reimplemented from SpecialRecentChanges.
Definition at line 222 of file SpecialRecentchangeslinked.php.
References SpecialPage\getOutput(), SpecialPage\getSkin(), and getTargetTitle().
bool Title SpecialRecentChangesLinked::$rclTargetTitle [protected] |
*
Definition at line 30 of file SpecialRecentchangeslinked.php.