MediaWiki
REL1_39
FetchChangesListHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
ChangesList
;
6
use
ChangesListFilterGroup
;
7
use
Skin
;
8
use
User
;
9
17
interface
FetchChangesListHook
{
31
public
function
onFetchChangesList
( $user, $skin, &$list, $groups );
32
}
ChangesListFilterGroup
Represents a filter group (used on ChangesListSpecialPage and descendants)
Definition
ChangesListFilterGroup.php:37
ChangesList
Definition
ChangesList.php:37
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:48
User
internal since 1.36
Definition
User.php:70
MediaWiki\Hook\FetchChangesListHook
This is a hook handler interface, see docs/Hooks.md.
Definition
FetchChangesListHook.php:17
MediaWiki\Hook\FetchChangesListHook\onFetchChangesList
onFetchChangesList( $user, $skin, &$list, $groups)
This hook is called when fetching the ChangesList derivative for a particular user.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
changes
Hook
FetchChangesListHook.php
Generated on Thu Nov 21 2024 05:22:34 for MediaWiki by
1.10.0