MediaWiki
master
UserRigorOptions.php
Go to the documentation of this file.
1
<?php
2
23
namespace
MediaWiki\User
;
24
30
interface
UserRigorOptions
{
31
36
public
const
RIGOR_CREATABLE
=
'creatable'
;
37
41
public
const
RIGOR_USABLE
=
'usable'
;
42
46
public
const
RIGOR_VALID
=
'valid'
;
47
51
public
const
RIGOR_NONE
=
'none'
;
52
53
}
MediaWiki\User\UserRigorOptions
Shared interface for rigor levels when dealing with User methods.
Definition
UserRigorOptions.php:30
MediaWiki\User\UserRigorOptions\RIGOR_VALID
const RIGOR_VALID
Check that a user name is valid for batch processes.
Definition
UserRigorOptions.php:46
MediaWiki\User\UserRigorOptions\RIGOR_NONE
const RIGOR_NONE
No validation at all.
Definition
UserRigorOptions.php:51
MediaWiki\User\UserRigorOptions\RIGOR_CREATABLE
const RIGOR_CREATABLE
Check that a user name is valid for batch processes, login and account creation.
Definition
UserRigorOptions.php:36
MediaWiki\User\UserRigorOptions\RIGOR_USABLE
const RIGOR_USABLE
Check that a user name is valid for batch processes and login.
Definition
UserRigorOptions.php:41
MediaWiki\User
Utility class for bot passwords.
Definition
ActorCache.php:21
includes
user
UserRigorOptions.php
Generated on Sat Nov 2 2024 20:26:44 for MediaWiki by
1.10.0