MediaWiki
1.30.0
|
Interface for file readers. More...
Public Member Functions | |
parse ( $contents) | |
Returns a list of messages indexed by language code. More... | |
Interface for file readers.
Definition at line 13 of file Reader.php.
LocalisationUpdate\Reader::parse | ( | $contents | ) |
Returns a list of messages indexed by language code.
Example array( 'en' => array( 'key' => 'value' ) );
string | $contents | File contents as a string. |
Implemented in LocalisationUpdate\JSONReader.