Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4145462
ListType.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
582 B
Referenced Files
None
Subscribers
None
ListType.php
View Options
<?php
namespace
Wikimedia\Message
;
/**
* The constants used to specify list types. The values of the constants are an
* unstable implementation detail.
*/
class
ListType
{
/** A comma-separated list */
public
const
COMMA
=
'comma'
;
/** A semicolon-separated list */
public
const
SEMICOLON
=
'semicolon'
;
/** A pipe-separated list */
public
const
PIPE
=
'pipe'
;
/** A natural-language list separated by "and" */
public
const
AND
=
'text'
;
public
static
function
cases
():
array
{
return
[
self
::
COMMA
,
self
::
SEMICOLON
,
self
::
PIPE
,
self
::
AND
,
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Aug 19 2026, 17:39 (5 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5b/91/8afb86442bacaa89a268bc4e99b5
Default Alt Text
ListType.php (582 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment