Support for XML translation format used by Android. More...
Public Member Functions | |
supportsFuzzy () | |
Query the capabilities of this FFS. | |
getFileExtensions () | |
Return the commonly used file extensions for these formats. | |
readFromVariable ($data) | |
Parse the message data given as a string in the SimpleFFS format and return it as an array of AUTHORS and MESSAGES. |
Support for XML translation format used by Android.
Definition at line 15 of file AndroidXmlFFS.php.
AndroidXmlFFS::getFileExtensions | ( | ) |
Return the commonly used file extensions for these formats.
Include the dot.
Reimplemented from SimpleFFS.
Definition at line 20 of file AndroidXmlFFS.php.
AndroidXmlFFS::readFromVariable | ( | $ | data | ) |
Parse the message data given as a string in the SimpleFFS format and return it as an array of AUTHORS and MESSAGES.
$data | string |
MWException |
Reimplemented from SimpleFFS.
Definition at line 24 of file AndroidXmlFFS.php.
AndroidXmlFFS::supportsFuzzy | ( | ) |
Query the capabilities of this FFS.
Allowed values are:
Reimplemented from SimpleFFS.
Definition at line 16 of file AndroidXmlFFS.php.