MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onParserAfterParse ( $parser, &$text, $stripState) | |
This hook is called from Parser::parse() just after the call to Parser::internalParse() returns. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserAfterParse" to register handlers implementing this interface.
Definition at line 15 of file ParserAfterParseHook.php.
MediaWiki\Hook\ParserAfterParseHook::onParserAfterParse | ( | $parser, | |
& | $text, | ||
$stripState ) |
This hook is called from Parser::parse() just after the call to Parser::internalParse() returns.
Parser | $parser | |
string | &$text | Text being parsed |
StripState | $stripState | StripState used |
Implemented in MediaWiki\HookContainer\HookRunner.