X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fparser%2FParserOutput.php;h=6c7ad4eb4c14bfafc2aa5fe1dbb33a3cbac22df7;hb=e5facc46bc170c302438f60849041b0d6be75e82;hp=40c67dd78532cd5e81d3c58c9091ded6912afbc1;hpb=f9d7d3b8561dab3ddfd8798a77a5b72e03ac8c2b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index 40c67dd785..6c7ad4eb4c 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -381,6 +381,9 @@ class ParserOutput extends CacheTime { return $this->mTOCHTML; } + /** + * @return string|null TS_MW timestamp of the revision content + */ public function getTimestamp() { return $this->mTimestamp; }