MediaWiki  master
UserRigorOptions.php
Go to the documentation of this file.
1 <?php
2 
23 namespace MediaWiki\User;
24 
30 interface UserRigorOptions {
31 
38  public const RIGOR_CREATABLE = 'creatable';
39 
45  public const RIGOR_USABLE = 'usable';
46 
52  public const RIGOR_VALID = 'valid';
53 
59  public const RIGOR_NONE = 'none';
60 
61 }
Shared interface for rigor levels when dealing with User methods.
Utility class for bot passwords.
Definition: ActorCache.php:21