MediaWiki
1.42.1
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
}
MediaWiki\User\UserRigorOptions
Shared interface for rigor levels when dealing with User methods.
Definition
UserRigorOptions.php:30
MediaWiki\User
Utility class for bot passwords.
Definition
ActorCache.php:21
includes
user
UserRigorOptions.php
Generated on Thu Jun 27 2024 16:01:38 for MediaWiki by
1.10.0