Provides essentially free-form filtering access via tasks. More...
Protected Member Functions | |
preinit () | |
Processes messages before paging is done. | |
postinit () | |
Processes messages after paging is done. | |
doPaging () | |
Takes a slice of messages according to limit and offset given in option at initialisation time. | |
output () | |
Outputs the results. | |
Protected Attributes | |
$id = 'custom' |
Provides essentially free-form filtering access via tasks.
This essentially makes all other tasks redundant, and once TUX is finished and everything is using WebAPI we can get rid of these.
Definition at line 160 of file TranslateTasks.php.
CustomFilteredMessagesTask::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 169 of file TranslateTasks.php.
CustomFilteredMessagesTask::output | ( | ) | [protected] |
Outputs the results.
Reimplemented from TranslateTask.
Definition at line 172 of file TranslateTasks.php.
CustomFilteredMessagesTask::postinit | ( | ) | [protected] |
Processes messages after paging is done.
Reimplemented from TranslateTask.
Definition at line 166 of file TranslateTasks.php.
CustomFilteredMessagesTask::preinit | ( | ) | [protected] |
Processes messages before paging is done.
Reimplemented from TranslateTask.
Definition at line 163 of file TranslateTasks.php.
CustomFilteredMessagesTask::$id = 'custom' [protected] |
Reimplemented from TranslateTask.
Definition at line 161 of file TranslateTasks.php.