MediaWiki REL1_39
ParserAfterParseHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Parser;
6use StripState;
7
27 public function onParserAfterParse( $parser, &$text, $stripState );
28}
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition Parser.php:96
This is a hook handler interface, see docs/Hooks.md.
onParserAfterParse( $parser, &$text, $stripState)
This hook is called from Parser::parse() just after the call to Parser::internalParse() returns.