MediaWiki
REL1_35
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
13
interface
SkinEditSectionLinksHook
{
35
public
function
onSkinEditSectionLinks
( $skin,
$title
, $section, $tooltip,
36
&$result,
$lang
37
);
38
}
Language
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition
Language.php:41
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:41
Title
Represents a title within MediaWiki.
Definition
Title.php:42
MediaWiki\Hook\SkinEditSectionLinksHook
Stable to implement.
Definition
SkinEditSectionLinksHook.php:13
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 Sat Apr 6 2024 00:07:51 for MediaWiki by
1.9.8