Exports messages to their native format as whole page. More...
Public Member Functions | |
plainOutput () | |
Indicates whether the task itself will hand the full output page, including headers. | |
output () | |
Outputs the results. | |
Protected Attributes | |
$id = 'export-to-file' |
Exports messages to their native format as whole page.
Definition at line 328 of file TranslateTasks.php.
ExportToFileMessagesTask::output | ( | ) |
Outputs the results.
Reimplemented from ExportMessagesTask.
Definition at line 335 of file TranslateTasks.php.
ExportToFileMessagesTask::plainOutput | ( | ) |
Indicates whether the task itself will hand the full output page, including headers.
If false, the resulting html should be embedded to the page of calling context.
Reimplemented from TranslateTask.
Definition at line 331 of file TranslateTasks.php.
ExportToFileMessagesTask::$id = 'export-to-file' [protected] |
Reimplemented from ExportMessagesTask.
Definition at line 329 of file TranslateTasks.php.