MediaWiki
REL1_39
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:54
Title
Represents a title within MediaWiki.
Definition
Title.php:49
User
internal since 1.36
Definition
User.php:70
WebRequest
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
Definition
WebRequest.php:44
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 Mon Dec 16 2024 06:35:07 for MediaWiki by
1.10.0