MediaWiki
REL1_39
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:53
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:48
Title
Represents a title within MediaWiki.
Definition
Title.php:49
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 Mon Nov 25 2024 06:56:51 for MediaWiki by
1.10.0