MediaWiki REL1_31
|
Represents information returned by WikiPage::prepareContentForEdit() More...
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. | |
ParserOutput null | $output |
Parser output. | |
ParserOptions | $popts |
Parser options used to get parser output. | |
Content null | $pstContent |
Content after going through pre-save transform. | |
int null | $revid |
Revision ID. | |
string | $timestamp |
Time this prepared edit was made. | |
Represents information returned by WikiPage::prepareContentForEdit()
Definition at line 32 of file PreparedEdit.php.
string MediaWiki\Edit\PreparedEdit::$format |
Content format.
Definition at line 60 of file PreparedEdit.php.
Content MediaWiki\Edit\PreparedEdit::$newContent |
Content that is being saved (before PST)
Definition at line 81 of file PreparedEdit.php.
Content null MediaWiki\Edit\PreparedEdit::$oldContent |
Current content of the page, if any.
Definition at line 88 of file PreparedEdit.php.
ParserOutput null MediaWiki\Edit\PreparedEdit::$output |
Parser output.
Definition at line 74 of file PreparedEdit.php.
ParserOptions MediaWiki\Edit\PreparedEdit::$popts |
Parser options used to get parser output.
Definition at line 67 of file PreparedEdit.php.
Content null MediaWiki\Edit\PreparedEdit::$pstContent |
Content after going through pre-save transform.
Definition at line 53 of file PreparedEdit.php.
int null MediaWiki\Edit\PreparedEdit::$revid |
Revision ID.
Definition at line 46 of file PreparedEdit.php.
string MediaWiki\Edit\PreparedEdit::$timestamp |
Time this prepared edit was made.
Definition at line 39 of file PreparedEdit.php.