MediaWiki REL1_39
|
Classes | |
class | CreateStatus |
Status object with strongly typed value, for TempUserManager::createUser() More... | |
class | DBSerialProvider |
Base class for serial acquisition code shared between core and CentralAuth. More... | |
class | FilteredRadixSerialMapping |
Since "base" is an overused term in class names and mostly means something else, we will call the base of a numeric representation a radix. More... | |
class | LocalizedNumericSerialMapping |
Serial mapping which uses a Language object to format serial numbers. More... | |
class | LocalSerialProvider |
A serial provider which allocates IDs from the local database, or from a shared database if $wgSharedDB is used. More... | |
class | Pattern |
Helper for TempUserConfig representing string patterns with "$1" indicating variable substitution. More... | |
class | PlainNumericSerialMapping |
Simple serial mapping for ASCII decimal numbers. More... | |
class | RealTempUserConfig |
The real TempUserConfig including internal methods used by TempUserCreator. More... | |
class | ScrambleMapping |
A mapping which converts sequential input into an output sequence that looks pseudo-random, but preserves the base-10 length of the input number. More... | |
interface | SerialMapping |
Interface for integer to string mappings for temporary user autocreation. More... | |
interface | SerialProvider |
Interface for serial providers for temporary users. More... | |
interface | TempUserConfig |
Interface for temporary user creation config and name matching. More... | |
class | TempUserCreator |
Service for temporary user creation. More... | |