MediaWiki
REL1_39
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
Definition
ActorCache.php:21
includes
user
UserRigorOptions.php
Generated on Thu Nov 21 2024 05:24:34 for MediaWiki by
1.10.0