MediaWiki
master
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:47
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition:
User.php:68
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 Mon May 23 2022 23:08:01 for MediaWiki by
1.9.1