MediaWiki
1.30.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... | |
string | $newText |
$newContent in text form More... | |
Content null | $oldContent |
Current content of the page, if any. More... | |
string | $oldText |
$oldContent in text from More... | |
ParserOutput null | $output |
Parser output. More... | |
ParserOptions | $popts |
Parser options used to get parser output. More... | |
string | $pst |
$pstContent in text form 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 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.
string MediaWiki\Edit\PreparedEdit::$newText |
Content null MediaWiki\Edit\PreparedEdit::$oldContent |
Current content of the page, if any.
Definition at line 88 of file PreparedEdit.php.
string MediaWiki\Edit\PreparedEdit::$oldText |
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.
string MediaWiki\Edit\PreparedEdit::$pst |
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.