MediaWiki
1.33.0
|
Represents information returned by WikiPage::prepareContentForEdit() More...
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... | |
Represents information returned by WikiPage::prepareContentForEdit()
Definition at line 34 of file PreparedEdit.php.
string MediaWiki\Edit\PreparedEdit::$format |
Content format.
Definition at line 62 of file PreparedEdit.php.
Content MediaWiki\Edit\PreparedEdit::$newContent |
Content that is being saved (before PST)
Definition at line 83 of file PreparedEdit.php.
Current content of the page, if any.
Definition at line 90 of file PreparedEdit.php.
ParserOutput null MediaWiki\Edit\PreparedEdit::$output |
Parser output.
Definition at line 76 of file PreparedEdit.php.
ParserOptions MediaWiki\Edit\PreparedEdit::$popts |
Parser options used to get parser output.
Definition at line 69 of file PreparedEdit.php.
Content after going through pre-save transform.
Definition at line 55 of file PreparedEdit.php.
int null MediaWiki\Edit\PreparedEdit::$revid |
Revision ID.
Definition at line 48 of file PreparedEdit.php.
string MediaWiki\Edit\PreparedEdit::$timestamp |
Time this prepared edit was made.
Definition at line 41 of file PreparedEdit.php.