MediaWiki
REL1_31
SessionProviderInterface.php
Go to the documentation of this file.
1
<?php
24
namespace
MediaWiki\Session
;
25
26
use
Language
;
27
35
interface
SessionProviderInterface
{
36
43
public
function
describe
(
Language
$lang
);
44
52
public
function
whyNoSession
();
53
54
}
Language
Internationalisation code.
Definition
Language.php:35
MediaWiki\Session\SessionProviderInterface
This exists to make IDEs happy, so they don't see the internal-but-required-to-be-public methods on S...
Definition
SessionProviderInterface.php:35
MediaWiki\Session\SessionProviderInterface\describe
describe(Language $lang)
Return an identifier for this session type.
MediaWiki\Session\SessionProviderInterface\whyNoSession
whyNoSession()
Return a Message for why sessions might not be being persisted.
MediaWiki\Session
Definition
BotPasswordSessionProvider.php:24
$lang
if(!isset( $args[0])) $lang
Definition
testCompression.php:33
includes
session
SessionProviderInterface.php
Generated on Mon Nov 25 2024 15:35:20 for MediaWiki by
1.10.0