41 public function read( $code );
This class implements default behavior for file based message groups.
Core message collection class.
Interface for file system support classes.
setWritePath( $target)
Set the file's location in the system.
isContentEqual( $a, $b)
Checks whether two strings are equal.
getWritePath()
Get the file's location in the system.
shouldOverwrite( $a, $b)
Allows to skip writing the export output into a file.
readFromVariable( $data)
Same as read(), but takes the data as a parameter.
getFileExtensions()
Return the commonly used file extensions for these formats.
read( $code)
Will parse messages, authors, and any custom data from the file and return it in associative array wi...
writeIntoVariable(MessageCollection $collection)
Quick shortcut for getting the plain exported data.
supportsFuzzy()
Query the capabilities of this FFS.
write(MessageCollection $collection)
Writes to the location provided with setWritePath and group specific directory structure.