MediaWiki  1.33.0
MediaWiki\Edit\PreparedEdit Class Reference

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

Collaboration diagram for MediaWiki\Edit\PreparedEdit:

Public Attributes

string $format
 Content format. More...
 
Content $newContent
 Content that is being saved (before PST) More...
 
Content null $oldContent
 Current content of the page, if any. More...
 
ParserOutput null $output
 Parser output. More...
 
ParserOptions $popts
 Parser options used to get parser output. More...
 
Content null $pstContent
 Content after going through pre-save transform. More...
 
int null $revid
 Revision ID. More...
 
string $timestamp
 Time this prepared edit was made. More...
 

Detailed Description

Represents information returned by WikiPage::prepareContentForEdit()

Deprecated:
since 1.32, use DerivedPageDataUpdater instead.
Since
1.30

Definition at line 34 of file PreparedEdit.php.

Member Data Documentation

◆ $format

string MediaWiki\Edit\PreparedEdit::$format

Content format.

Definition at line 62 of file PreparedEdit.php.

◆ $newContent

Content MediaWiki\Edit\PreparedEdit::$newContent

Content that is being saved (before PST)

Definition at line 83 of file PreparedEdit.php.

◆ $oldContent

Content null MediaWiki\Edit\PreparedEdit::$oldContent

Current content of the page, if any.

Definition at line 90 of file PreparedEdit.php.

◆ $output

ParserOutput null MediaWiki\Edit\PreparedEdit::$output

Parser output.

Definition at line 76 of file PreparedEdit.php.

◆ $popts

ParserOptions MediaWiki\Edit\PreparedEdit::$popts

Parser options used to get parser output.

Definition at line 69 of file PreparedEdit.php.

◆ $pstContent

Content null MediaWiki\Edit\PreparedEdit::$pstContent

Content after going through pre-save transform.

Definition at line 55 of file PreparedEdit.php.

◆ $revid

int null MediaWiki\Edit\PreparedEdit::$revid

Revision ID.

Definition at line 48 of file PreparedEdit.php.

◆ $timestamp

string MediaWiki\Edit\PreparedEdit::$timestamp

Time this prepared edit was made.

Definition at line 41 of file PreparedEdit.php.


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