MediaWiki REL1_39
ContentGetParserOutputHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
8use Title;
9
35 public function onContentGetParserOutput( $content, $title, $revId, $options,
36 $generateHtml, &$output
37 );
38}
Set options of the Parser.
Represents a title within MediaWiki.
Definition Title.php:49
Base interface for content objects.
Definition Content.php:35
This is a hook handler interface, see docs/Hooks.md.
onContentGetParserOutput( $content, $title, $revId, $options, $generateHtml, &$output)
Use this hook to customize parser output for a given content object.
$content
Definition router.php:76