function TMGMTFileFormatInterface::export in Translation Management Tool 7
Return the file content for the job data.
Parameters
$job: The translation job object to be exported.
array $conditions: (optional) An array containing list of conditions.
Return value
String with the file content.
2 methods override TMGMTFileFormatInterface::export()
- TMGMTFileFormatHTML::export in translators/
file/ tmgmt_file.format.html.inc - Return the file content for the job data.
- TMGMTFileformatXLIFF::export in translators/
file/ tmgmt_file.format.xliff.inc - Return the file content for the job data.
File
- translators/
file/ tmgmt_file.format.interface.inc, line 19
Class
- TMGMTFileFormatInterface
- Interface for exporting to a given file format.
Code
function export(TMGMTJob $job, $conditions = array());