MediaWiki REL1_35
FetchChangesListHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7use Skin;
8use User;
9
28 public function onFetchChangesList( $user, $skin, &$list, $groups );
29}
Represents a filter group (used on ChangesListSpecialPage and descendants)
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:41
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
onFetchChangesList( $user, $skin, &$list, $groups)
This hook is called when fetching the ChangesList derivative for a particular user.