MediaWiki REL1_35
PlaceNewSectionHook.php
Go to the documentation of this file.
1<?php
2
4
5use Content;
6use WikiPage;
7
26 public function onPlaceNewSection( $content, $oldtext, $subject, &$text );
27}
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
Base interface for content objects.
Definition Content.php:35
onPlaceNewSection( $content, $oldtext, $subject, &$text)
Use this hook to override placement of new sections.
$content
Definition router.php:76