Lists all translations the user can accept. More...
Public Member Functions | |
isAllowedFor (User $user) | |
Determine whether this user can use this task. | |
Protected Member Functions | |
preinit () | |
Processes messages before paging is done. | |
Protected Attributes | |
$id = 'acceptqueue' |
Lists all translations the user can accept.
Definition at line 271 of file TranslateTasks.php.
AcceptQueueMessagesTask::isAllowedFor | ( | User $ | user | ) |
Determine whether this user can use this task.
Override this method if the task depends on user rights.
User | $user |
Reimplemented from TranslateTask.
Definition at line 284 of file TranslateTasks.php.
AcceptQueueMessagesTask::preinit | ( | ) | [protected] |
Processes messages before paging is done.
Reimplemented from ReviewMessagesTask.
Definition at line 274 of file TranslateTasks.php.
AcceptQueueMessagesTask::$id = 'acceptqueue' [protected] |
Reimplemented from ReviewMessagesTask.
Definition at line 272 of file TranslateTasks.php.