MediaWiki REL1_35
ContentGetParserOutputHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
8use Title;
9
32 public function onContentGetParserOutput( $content, $title, $revId, $options,
33 $generateHtml, &$output
34 );
35}
Set options of the Parser.
Represents a title within MediaWiki.
Definition Title.php:42
Base interface for content objects.
Definition Content.php:35
onContentGetParserOutput( $content, $title, $revId, $options, $generateHtml, &$output)
Use this hook to customize parser output for a given content object.
$content
Definition router.php:76