MediaWiki
REL1_33
LegacyHookPreAuthenticationProvider.php
Go to the documentation of this file.
1
<?php
22
namespace
MediaWiki\Auth
;
23
30
class
LegacyHookPreAuthenticationProvider
extends
AbstractPreAuthenticationProvider
{
31
public
function
__construct
() {
32
wfDeprecated
( self::class,
'1.27'
);
33
}
34
}
wfDeprecated
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
Definition
GlobalFunctions.php:1090
MediaWiki\Auth\AbstractPreAuthenticationProvider
A base class that implements some of the boilerplate for a PreAuthenticationProvider.
Definition
AbstractPreAuthenticationProvider.php:31
MediaWiki\Auth\LegacyHookPreAuthenticationProvider
A pre-authentication provider to call some legacy hooks.
Definition
LegacyHookPreAuthenticationProvider.php:30
MediaWiki\Auth\LegacyHookPreAuthenticationProvider\__construct
__construct()
Definition
LegacyHookPreAuthenticationProvider.php:31
MediaWiki\Auth
Definition
AbstractAuthenticationProvider.php:22
includes
auth
LegacyHookPreAuthenticationProvider.php
Generated on Mon Nov 25 2024 15:49:10 for MediaWiki by
1.10.0