MediaWiki
1.28.0
|
This exists to make IDEs happy, so they don't see the internal-but-required-to-be-public methods on SessionProvider. More...
Public Member Functions | |
describe (Language $lang) | |
Return an identifier for this session type. More... | |
whyNoSession () | |
Return a Message for why sessions might not be being persisted. More... | |
This exists to make IDEs happy, so they don't see the internal-but-required-to-be-public methods on SessionProvider.
Definition at line 35 of file SessionProviderInterface.php.
MediaWiki\Session\SessionProviderInterface::describe | ( | Language | $lang | ) |
Return an identifier for this session type.
Implemented in MediaWiki\Session\SessionProvider.
MediaWiki\Session\SessionProviderInterface::whyNoSession | ( | ) |
Return a Message for why sessions might not be being persisted.
For example, "check whether you're blocking our cookies".
Implemented in MediaWiki\Session\SessionProvider, MediaWiki\Session\CookieSessionProvider, and MediaWiki\Session\ImmutableSessionProviderWithCookie.