|
MediaWiki
REL1_23
|
Backward compatibility for extensions. More...


Public Member Functions | |
| __construct (Page $page, $request=false) | |
| getOldId () | |
| Get the ID of the revision that should used to get the text. | |
| view () | |
Public Attributes | |
| $mOldId | |
Backward compatibility for extensions.
Definition at line 261 of file RawAction.php.
| RawPage::__construct | ( | Page $ | page, |
| $ | request = false |
||
| ) |
| Page | $page | |
| WebRequest | bool | $request | The WebRequest (default: false). |
Definition at line 268 of file RawAction.php.
References Action\$context, Action\getContext(), and wfDeprecated().
Get the ID of the revision that should used to get the text.
Reimplemented from RawAction.
Definition at line 283 of file RawAction.php.
| RawPage::view | ( | ) |
Definition at line 279 of file RawAction.php.
References RawAction\onView().
| RawPage::$mOldId |
Definition at line 262 of file RawAction.php.