MediaWiki  REL1_22
RawPage Class Reference

Backward compatibility for extensions. More...

Inheritance diagram for RawPage:
Collaboration diagram for RawPage:

List of all members.

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

Detailed Description

Backward compatibility for extensions.

Deprecated:
in 1.19

Definition at line 252 of file RawAction.php.


Constructor & Destructor Documentation

RawPage::__construct ( Page page,
request = false 
)
Parameters:
Page$page
WebRequest | bool$requestThe WebRequest (default: false).

Definition at line 259 of file RawAction.php.

References Action\$context, Action\getContext(), and wfDeprecated().


Member Function Documentation

Get the ID of the revision that should used to get the text.

Returns:
Integer

Reimplemented from RawAction.

Definition at line 274 of file RawAction.php.

Definition at line 270 of file RawAction.php.

References RawAction\onView().


Member Data Documentation

RawPage::$mOldId

Definition at line 253 of file RawAction.php.


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