MediaWiki
master
UserRigorOptions.php
Go to the documentation of this file.
1
<?php
7
namespace
MediaWiki\User
;
8
16
interface
UserRigorOptions
{
17
22
public
const
RIGOR_CREATABLE
=
'creatable'
;
23
27
public
const
RIGOR_USABLE
=
'usable'
;
28
32
public
const
RIGOR_VALID
=
'valid'
;
33
37
public
const
RIGOR_NONE
=
'none'
;
38
39
}
MediaWiki\User\UserRigorOptions
Shared interface for rigor levels when dealing with User methods.
Definition
UserRigorOptions.php:16
MediaWiki\User\UserRigorOptions\RIGOR_VALID
const RIGOR_VALID
Check that a user name is valid for batch processes.
Definition
UserRigorOptions.php:32
MediaWiki\User\UserRigorOptions\RIGOR_NONE
const RIGOR_NONE
No validation at all.
Definition
UserRigorOptions.php:37
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:22
MediaWiki\User\UserRigorOptions\RIGOR_USABLE
const RIGOR_USABLE
Check that a user name is valid for batch processes and login.
Definition
UserRigorOptions.php:27
MediaWiki\User
Definition
ActorCache.php:7
includes
User
UserRigorOptions.php
Generated on Wed Jan 14 2026 00:27:42 for MediaWiki by
1.10.0