MediaWiki 1.41.2
SerialProvider.php
Go to the documentation of this file.
1<?php
2
4
10interface SerialProvider {
15 public function acquireIndex(): int;
16}
Interface for serial providers for temporary users.
acquireIndex()
Acquire an integer such that it is unlikely to be used again, and return it.