MediaWiki master
ParserCacheSaveCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
9
31 public function onParserCacheSaveComplete( $parserCache, $parserOutput, $title,
32 $popts, $revId
33 );
34}
ParserOutput is a rendering of a Content object or a message.
Represents a title within MediaWiki.
Definition Title.php:78
Cache for ParserOutput objects corresponding to the latest page revisions.
Set options of the Parser.
This is a hook handler interface, see docs/Hooks.md.
onParserCacheSaveComplete( $parserCache, $parserOutput, $title, $popts, $revId)
This hook is called after a ParserOutput has been committed to the parser cache.