MediaWiki master
MediaWiki\Edit\PreparedEdit Class Reference

Represents information returned by WikiPage::prepareContentForEdit() More...

Collaboration diagram for MediaWiki\Edit\PreparedEdit:

Public Member Functions

 __get ( $name)
 Fetch the ParserOutput via a lazy-loaded callback (for backwards compatibility).
 
 getOutput ()
 

Public Attributes

string $format
 Content format.
 
Content $newContent
 Content that is being saved (before PST)
 
Content null $oldContent
 Current content of the page, if any.
 
callable $parserOutputCallback
 Lazy-loading callback to get canonical ParserOutput object.
 
ParserOptions $popts
 Parser options used to get parser output.
 
Content null $pstContent
 Content after going through pre-save transform.
 
int null $revid
 Revision ID.
 

Detailed Description

Represents information returned by WikiPage::prepareContentForEdit()

Deprecated
since 1.32; Since 1.37, use PreparedUpdate instead.
Since
1.30

Definition at line 35 of file PreparedEdit.php.

Member Function Documentation

◆ __get()

MediaWiki\Edit\PreparedEdit::__get ( $name)

Fetch the ParserOutput via a lazy-loaded callback (for backwards compatibility).

Deprecated
since 1.33
Parameters
string$name
Returns
mixed

Definition at line 110 of file PreparedEdit.php.

References MediaWiki\Edit\PreparedEdit\getOutput().

◆ getOutput()

MediaWiki\Edit\PreparedEdit::getOutput ( )
Returns
ParserOutput Canonical parser output

Definition at line 95 of file PreparedEdit.php.

Referenced by MediaWiki\Edit\PreparedEdit\__get().

Member Data Documentation

◆ $format

string MediaWiki\Edit\PreparedEdit::$format

Content format.

Definition at line 55 of file PreparedEdit.php.

◆ $newContent

Content MediaWiki\Edit\PreparedEdit::$newContent

Content that is being saved (before PST)

Definition at line 76 of file PreparedEdit.php.

◆ $oldContent

Content null MediaWiki\Edit\PreparedEdit::$oldContent

Current content of the page, if any.

Definition at line 83 of file PreparedEdit.php.

◆ $parserOutputCallback

callable MediaWiki\Edit\PreparedEdit::$parserOutputCallback

Lazy-loading callback to get canonical ParserOutput object.

Definition at line 90 of file PreparedEdit.php.

◆ $popts

ParserOptions MediaWiki\Edit\PreparedEdit::$popts

Parser options used to get parser output.

Definition at line 62 of file PreparedEdit.php.

◆ $pstContent

Content null MediaWiki\Edit\PreparedEdit::$pstContent

Content after going through pre-save transform.

Definition at line 48 of file PreparedEdit.php.

◆ $revid

int null MediaWiki\Edit\PreparedEdit::$revid

Revision ID.

Definition at line 41 of file PreparedEdit.php.


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