MediaWiki
REL1_37
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, $tooltip,
39
&$result,
$lang
40
);
41
}
Language
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition
Language.php:42
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:44
Title
Represents a title within MediaWiki.
Definition
Title.php:48
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, $tooltip, &$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 Fri Apr 5 2024 23:40:53 for MediaWiki by
1.9.8