MediaWiki
REL1_37
PlaceNewSectionHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Content\Hook
;
4
5
use
Content
;
6
use
WikiPage
;
7
15
interface
PlaceNewSectionHook
{
29
public
function
onPlaceNewSection
(
$content
, $oldtext, $subject, &$text );
30
}
WikiPage
Class representing a MediaWiki article and history.
Definition
WikiPage.php:60
Content
Base interface for content objects.
Definition
Content.php:35
MediaWiki\Content\Hook\PlaceNewSectionHook
This is a hook handler interface, see docs/Hooks.md.
Definition
PlaceNewSectionHook.php:15
MediaWiki\Content\Hook\PlaceNewSectionHook\onPlaceNewSection
onPlaceNewSection( $content, $oldtext, $subject, &$text)
Use this hook to override placement of new sections.
MediaWiki\Content\Hook
Definition
ContentAlterParserOutputHook.php:3
$content
$content
Definition
router.php:76
includes
content
Hook
PlaceNewSectionHook.php
Generated on Fri Apr 5 2024 23:40:08 for MediaWiki by
1.9.8