MediaWiki
master
SkinEditSectionLinksHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Language
;
6
use
Skin
;
7
use
Title
;
8
16
interface
SkinEditSectionLinksHook
{
38
public
function
onSkinEditSectionLinks
( $skin,
$title
, $section, $sectionTitle,
39
&$result,
$lang
40
);
41
}
Language
Base class for language-specific code.
Definition:
Language.php:56
Skin
The main skin class which provides methods and properties for all other skins.
Definition:
Skin.php:52
Title
Represents a title within MediaWiki.
Definition:
Title.php:52
MediaWiki\Hook\SkinEditSectionLinksHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
SkinEditSectionLinksHook.php:16
MediaWiki\Hook\SkinEditSectionLinksHook\onSkinEditSectionLinks
onSkinEditSectionLinks( $skin, $title, $section, $sectionTitle, &$result, $lang)
Use this hook to modify section edit links.
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
$lang
if(!isset( $args[0])) $lang
Definition:
testCompression.php:37
$title
$title
Definition:
testCompression.php:38
includes
skins
Hook
SkinEditSectionLinksHook.php
Generated on Tue Feb 7 2023 13:09:10 for MediaWiki by
1.9.1