MediaWiki
REL1_37
BeforeInitializeHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki
;
6
use
OutputPage
;
7
use
Title
;
8
use
User
;
9
use
WebRequest
;
10
18
interface
BeforeInitializeHook
{
32
public
function
onBeforeInitialize
(
$title
, $unused, $output, $user, $request,
33
$mediaWiki
34
);
35
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:50
Title
Represents a title within MediaWiki.
Definition
Title.php:48
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition
User.php:69
WebRequest
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
Definition
WebRequest.php:43
MediaWiki\Hook\BeforeInitializeHook
This is a hook handler interface, see docs/Hooks.md.
Definition
BeforeInitializeHook.php:18
MediaWiki\Hook\BeforeInitializeHook\onBeforeInitialize
onBeforeInitialize( $title, $unused, $output, $user, $request, $mediaWiki)
This hook is called before anything is initialized in MediaWiki::performRequest().
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
MediaWiki
A helper class for throttling authentication attempts.
$title
$title
Definition
testCompression.php:38
includes
Hook
BeforeInitializeHook.php
Generated on Fri Apr 5 2024 23:40:17 for MediaWiki by
1.9.8