MediaWiki master
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:79
Base interface for representing page content.
Definition Content.php:37
This is a hook handler interface, see docs/Hooks.md.
onPlaceNewSection( $content, $oldtext, $subject, &$text)
Use this hook to override placement of new sections.