|
MediaWiki REL1_39
|
The constants used to specify list types. More...
Public Attributes | |
| const | AND = 'text' |
| A natural-language list separated by "and". | |
| const | COMMA = 'comma' |
| A comma-separated list. | |
| const | PIPE = 'pipe' |
| A pipe-separated list. | |
| const | SEMICOLON = 'semicolon' |
| A semicolon-separated list. | |
The constants used to specify list types.
The values of the constants are an unstable implementation detail.
Definition at line 9 of file ListType.php.
| const Wikimedia\Message\ListType::AND = 'text' |
A natural-language list separated by "and".
Definition at line 20 of file ListType.php.
Referenced by Wikimedia\Message\MessageValue\textListParams().
| const Wikimedia\Message\ListType::COMMA = 'comma' |
A comma-separated list.
Definition at line 11 of file ListType.php.
Referenced by Wikimedia\Message\MessageValue\commaListParams(), and Wikimedia\ParamValidator\TypeDef\EnumDef\getHelpInfo().
| const Wikimedia\Message\ListType::PIPE = 'pipe' |
A pipe-separated list.
Definition at line 17 of file ListType.php.
Referenced by Wikimedia\Message\MessageValue\pipeListParams().
| const Wikimedia\Message\ListType::SEMICOLON = 'semicolon' |
A semicolon-separated list.
Definition at line 14 of file ListType.php.
Referenced by Wikimedia\Message\MessageValue\semicolonListParams().