Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112357
IMessageFormatterFactory.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
393 B
Referenced Files
None
Subscribers
None
IMessageFormatterFactory.php
View Options
<?php
namespace
Wikimedia\Message
;
/**
* A simple factory providing a message formatter for a given language code.
*
* @see ITextFormatter
*/
interface
IMessageFormatterFactory
{
/**
* Get a text message formatter for a given language.
*
* @param string $langCode The language code
* @return ITextFormatter
*/
public
function
getTextFormatter
(
$langCode
):
ITextFormatter
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 22:48 (15 h, 17 s ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0b/f0/fca8e793e90503a6d3deccc9c203
Default Alt Text
IMessageFormatterFactory.php (393 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment