MediaWiki  1.34.4
Reader.php
Go to the documentation of this file.
1 <?php
8 namespace LocalisationUpdate;
9 
13 interface Reader {
20  public function parse( $contents );
21 }
LocalisationUpdate
Definition: Fetcher.php:8
LocalisationUpdate\Reader\parse
parse( $contents)
Returns a list of messages indexed by language code.
LocalisationUpdate\Reader
Interface for file readers.
Definition: Reader.php:13