MediaWiki REL1_32
PreparedEdit.php
Go to the documentation of this file.
1<?php
22
23use Content;
25use ParserOutput;
26
35
41 public $timestamp;
42
48 public $revid;
49
56
62 public $format;
63
69 public $popts;
70
76 public $output;
77
84
91
92}
Represents information returned by WikiPage::prepareContentForEdit()
Content null $oldContent
Current content of the page, if any.
int null $revid
Revision ID.
ParserOptions $popts
Parser options used to get parser output.
Content $newContent
Content that is being saved (before PST)
string $format
Content format.
Content null $pstContent
Content after going through pre-save transform.
string $timestamp
Time this prepared edit was made.
ParserOutput null $output
Parser output.
Set options of the Parser.
Base interface for content objects.
Definition Content.php:34