MediaWiki REL1_35
UserLoadFromDatabaseHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\User\Hook;
4
5use stdClass;
6use User;
7
22 public function onUserLoadFromDatabase( $user, &$s );
23}
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
onUserLoadFromDatabase( $user, &$s)
This hook is called when loading a user from the database.