MediaWiki
REL1_39
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
Base representation for an editable wiki page.
Definition
WikiPage.php:62
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 Mon Dec 16 2024 06:34:51 for MediaWiki by
1.10.0