MediaWiki REL1_33
LegacyHookPreAuthenticationProvider.php
Go to the documentation of this file.
1<?php
22namespace MediaWiki\Auth;
23
31 public function __construct() {
32 wfDeprecated( self::class, '1.27' );
33 }
34}
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
A base class that implements some of the boilerplate for a PreAuthenticationProvider.
A pre-authentication provider to call some legacy hooks.