MediaWiki REL1_39
ContentAlterParserOutputHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
7use Title;
8
30 public function onContentAlterParserOutput( $content, $title, $parserOutput );
31}
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.
onContentAlterParserOutput( $content, $title, $parserOutput)
Use this hook to modify parser output for a given content object.
$content
Definition router.php:76