Old-style parser for MediaWiki i18n format (one file per language). More...
Public Member Functions | |
parseAuthors () | |
Reads all @author tags from the file and returns array of authors. | |
parseStaticHeader () | |
parseMessages (StringMangler $mangler) | |
Reads the file contents and returns an array of keys and messages. | |
Public Attributes | |
$variableName = 'messages' |
Old-style parser for MediaWiki i18n format (one file per language).
Definition at line 14 of file Wiki.php.
WikiFormatReader::parseAuthors | ( | ) |
Reads all @author tags from the file and returns array of authors.
Reimplemented from SimpleFormatReader.
WikiFormatReader::parseMessages | ( | StringMangler $ | mangler | ) |
Reads the file contents and returns an array of keys and messages.
$mangler | StringMangler |
Reimplemented from SimpleFormatReader.
Definition at line 67 of file Wiki.php.
WikiFormatReader::parseStaticHeader | ( | ) |