MediaWiki
REL1_35
LinkBeginHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Linker\Hook
;
4
5
use
DummyLinker
;
6
use
Title
;
7
12
interface
LinkBeginHook
{
35
public
function
onLinkBegin
( $skin, $target, &$html, &$customAttribs, &$query,
36
&$options, &$ret
37
);
38
}
DummyLinker
Definition
DummyLinker.php:8
Title
Represents a title within MediaWiki.
Definition
Title.php:42
MediaWiki\Linker\Hook\LinkBeginHook
Definition
LinkBeginHook.php:12
MediaWiki\Linker\Hook\LinkBeginHook\onLinkBegin
onLinkBegin( $skin, $target, &$html, &$customAttribs, &$query, &$options, &$ret)
This hook is called when generating internal and interwiki links in Linker::link(),...
MediaWiki\Linker\Hook
Definition
HtmlPageLinkRendererBeginHook.php:3
includes
linker
Hook
LinkBeginHook.php
Generated on Sat Apr 6 2024 00:07:29 for MediaWiki by
1.9.8