Exports messages to their native format with embedded textarea. More...
Public Member Functions | |
output () | |
Outputs the results. | |
Protected Member Functions | |
preinit () | |
Processes messages before paging is done. | |
doPaging () | |
Takes a slice of messages according to limit and offset given in option at initialisation time. | |
Protected Attributes | |
$id = 'export' |
Exports messages to their native format with embedded textarea.
Definition at line 292 of file TranslateTasks.php.
ExportMessagesTask::doPaging | ( | ) | [protected] |
Takes a slice of messages according to limit and offset given in option at initialisation time.
Calls the callback to provide information how much messages there is.
Reimplemented from TranslateTask.
Definition at line 309 of file TranslateTasks.php.
ExportMessagesTask::output | ( | ) |
Outputs the results.
Reimplemented from ViewMessagesTask.
Reimplemented in ExportToFileMessagesTask, and ExportAsPoMessagesTask.
Definition at line 312 of file TranslateTasks.php.
ExportMessagesTask::preinit | ( | ) | [protected] |
Processes messages before paging is done.
Reimplemented from ViewMessagesTask.
Definition at line 295 of file TranslateTasks.php.
ExportMessagesTask::$id = 'export' [protected] |
Reimplemented from ViewMessagesTask.
Reimplemented in ExportToFileMessagesTask, and ExportAsPoMessagesTask.
Definition at line 293 of file TranslateTasks.php.