IniFFS currently parses and generates flat ini files with language code as header key. 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. |
IniFFS currently parses and generates flat ini files with language code as header key.
Definition at line 18 of file IniFFS.php.
IniFFS::getFileExtensions | ( | ) |
Return the commonly used file extensions for these formats.
Include the dot.
Reimplemented from SimpleFFS.
Definition at line 38 of file IniFFS.php.
IniFFS::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 42 of file IniFFS.php.
IniFFS::supportsFuzzy | ( | ) |
Query the capabilities of this FFS.
Allowed values are:
Reimplemented from SimpleFFS.
Definition at line 34 of file IniFFS.php.