MediaWiki
master
UserRigorOptions.php
Go to the documentation of this file.
1
<?php
2
23
namespace
MediaWiki\User
;
24
31
interface
UserRigorOptions
{
32
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
Definition:
DefaultOptionsLookup.php:21
MediaWiki\User\UserRigorOptions
Shared interface for rigor levels when dealing with User methods.
Definition:
UserRigorOptions.php:31
includes
user
UserRigorOptions.php
Generated on Thu Jan 28 2021 02:10:41 for MediaWiki by
1.8.19