MediaWiki 1.41.2
PlaceNewSectionHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
6use WikiPage;
7
29 public function onPlaceNewSection( $content, $oldtext, $subject, &$text );
30}
Base representation for an editable wiki page.
Definition WikiPage.php:77
Base interface for representing page content.
Definition Content.php:39
This is a hook handler interface, see docs/Hooks.md.
onPlaceNewSection( $content, $oldtext, $subject, &$text)
Use this hook to override placement of new sections.
$content
Definition router.php:76