MediaWiki REL1_35
ParserCacheSaveCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
8use Title;
9
28 public function onParserCacheSaveComplete( $parserCache, $parserOutput, $title,
29 $popts, $revId
30 );
31}
Set options of the Parser.
Represents a title within MediaWiki.
Definition Title.php:42
onParserCacheSaveComplete( $parserCache, $parserOutput, $title, $popts, $revId)
This hook is called after a ParserOutput has been committed to the parser cache.