MediaWiki  master
ParserCacheSaveCompleteHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 use ParserCache;
7 use ParserOptions;
8 use ParserOutput;
9 
31  public function onParserCacheSaveComplete( $parserCache, $parserOutput, $title,
32  $popts, $revId
33  );
34 }
Represents a title within MediaWiki.
Definition: Title.php:82
Cache for ParserOutput objects corresponding to the latest page revisions.
Definition: ParserCache.php:64
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.