3 namespace MediaWiki\User\TempUser
;
6 * Interface for integer to string mappings for temporary user autocreation
10 interface SerialMapping
{
13 * @return string The serial ID. This should consist of title characters
14 * but should not be a single asterisk.
16 public function getSerialIdForIndex( int $index ): string;