Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431157
LanguageEn.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
306 B
Referenced Files
None
Subscribers
None
LanguageEn.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Wikimedia\Parsoid\Language
;
/** English ( / Pig Latin) conversion code */
class
LanguageEn
extends
Language
{
public
function
__construct
()
{
$variants
=
[
'en'
,
'en-x-piglatin'
];
$this
->
setConverter
(
new
EnConverter
(
$this
,
'en'
,
$variants
)
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 20:08 (2 h, 36 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b0/02/3e86a6b367feafcbdca590a2cf09
Default Alt Text
LanguageEn.php (306 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment