Collection of functions to get tasks. More...
Static Public Member Functions | |
static | getTasks ($pageTranslation=false) |
Return list of available tasks. | |
static | getTask ($id) |
Get task by id. |
Collection of functions to get tasks.
Definition at line 391 of file TranslateTasks.php.
static TranslateTasks::getTask | ( | $ | id | ) | [static] |
Get task by id.
string | $id Unique task identifier. |
Definition at line 421 of file TranslateTasks.php.
Referenced by SpecialTranslate::setup(), and SpecialTranslate::taskLinks().
static TranslateTasks::getTasks | ( | $ | pageTranslation = false |
) | [static] |
Return list of available tasks.
bool | $pageTranslation Whether this group is page translation group. |
Definition at line 398 of file TranslateTasks.php.