MediaWiki REL1_31
PreparedEdit.php
Go to the documentation of this file.
1<?php
22
23use Content;
25use ParserOutput;
26
33
39 public $timestamp;
40
46 public $revid;
47
54
60 public $format;
61
67 public $popts;
68
74 public $output;
75
82
89
90}
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