Implements file format support for PHP files which consist of multiple variable assignments. More...
Public Member Functions | |
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. | |
Protected Member Functions | |
doAuthors (MessageCollection $collection) |
Implements file format support for PHP files which consist of multiple variable assignments.
Definition at line 16 of file FlatPhpFFS.php.
FlatPhpFFS::doAuthors | ( | MessageCollection $ | collection | ) | [protected] |
FlatPhpFFS::getFileExtensions | ( | ) |
Return the commonly used file extensions for these formats.
Include the dot.
Reimplemented from SimpleFFS.
Definition at line 17 of file FlatPhpFFS.php.
FlatPhpFFS::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 FlatPhpFFS.php.