MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onParserCacheSaveComplete ( $parserCache, $parserOutput, $title, $popts, $revId) | |
This hook is called after a ParserOutput has been committed to the parser cache. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserCacheSaveComplete" to register handlers implementing this interface.
Definition at line 17 of file ParserCacheSaveCompleteHook.php.
MediaWiki\Hook\ParserCacheSaveCompleteHook::onParserCacheSaveComplete | ( | $parserCache, | |
$parserOutput, | |||
$title, | |||
$popts, | |||
$revId ) |
This hook is called after a ParserOutput has been committed to the parser cache.
ParserCache | $parserCache | ParserCache object $parserOutput was stored in |
ParserOutput | $parserOutput | ParserOutput object that was stored |
Title | $title | Title of the page that was parsed to generate $parserOutput |
ParserOptions | $popts | ParserOptions used for generating $parserOutput |
int | $revId | ID of the revision that was parsed to create $parserOutput |
Implemented in MediaWiki\HookContainer\HookRunner.