MediaWiki
1.34.0
|
This class serves as a utility class for this extension. More...
Namespaces | |
Auth | |
Block | |
ChangeTags | |
Config | |
DB | |
Diff | |
Edit | |
EditPage | |
Extension | |
Extensions | |
FileBackend | |
Http | |
Installer | |
Interwiki | |
Copyright (C) 2018 Kunal Mehta legok tm@m ember .fsf .org | |
Languages | |
Linker | |
Logger | |
Message | |
Navigation | |
Page | |
Permissions | |
Preferences | |
Rest | |
Revision | |
Created by PhpStorm. | |
Search | |
Session | |
Shell | |
Copyright (C) 2017 Kunal Mehta legok tm@m ember .fsf .org | |
Site | |
Sparql | |
Special | |
Storage | |
Tidy | |
User | |
Widget | |
Classes | |
class | BadFileLookup |
class | HeaderCallback |
class | ProcOpenError |
class | ShellDisabledError |
This class serves as a utility class for this extension.
A handler base class which unpacks parameters from the path template and passes them as formal parameters to run().
Converts MessageValue message specifiers to localized plain text in a certain language.
A helper class for throttling authentication attempts.
\Extension\OATHAuth
\Auth
The caller cannot modify the details of message translation, such as which of multiple sources the message is taken from. Any such flags may be injected into the factory constructor.
Implementations of TextFormatter are not required to perfectly format any message in any language. Implementations should make a best effort to produce human-readable text.
\MessageFormatter
run() must be declared in the subclass. It cannot be declared as abstract here because it has a variable parameter list.
\Rest