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