X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FParserOutput.php;h=6c7ad4eb4c14bfafc2aa5fe1dbb33a3cbac22df7;hb=5fd224c00b940f75c1f83e56b99961be94bde70a;hp=40c67dd78532cd5e81d3c58c9091ded6912afbc1;hpb=a85d1b9d0cd7f02111d3a647d5b91e3b1f334563;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; }