|
|
const | NAME = "agent_add" |
| |
|
const | PERMISSION = "permission" |
| |
|
const | REQUIRES_LOGIN = "requiresLogin" |
| |
|
const | ENABLE_MENU = "ENABLE_MENU" |
| |
|
const | LEVEL = "level" |
| |
|
const | DEPENDENCIES = "dependencies" |
| |
|
const | INIT_ORDER = "initOrder" |
| |
|
const | MENU_LIST = "menuList" |
| |
|
const | MENU_ORDER = "menuOrder" |
| |
|
const | MENU_TARGET = "menuTarget" |
| |
|
const | TITLE = "title" |
| |
|
| | agentsAdd ($uploadId, $agentsToStart, Request $request) |
| | Add an upload to multiple agents. More...
|
| |
|
|
| $container |
| |
|
| $renderer |
| |
|
| $microMenu |
| |
Definition at line 26 of file agent-add.php.
| AgentAdder::agentsAdd |
( |
|
$uploadId, |
|
|
|
$agentsToStart, |
|
|
Request |
$request |
|
) |
| |
|
private |
Add an upload to multiple agents.
- Parameters
-
| int | $uploadId | |
| string[] | $agentsToStart - list of agents |
- Returns
- integer Job ID on success, error message string on failure
Definition at line 99 of file agent-add.php.
| AgentAdder::handle |
( |
Request |
$request | ) |
|
|
protected |
| AgentAdder::scheduleAgents |
( |
|
$uploadId, |
|
|
|
$agentsToStart, |
|
|
Request |
$request |
|
) |
| |
Add an upload to multiple agents (wrapper for agentsAdd()).
- Parameters
-
| int | $uploadId | |
| string[] | $agentsToStart - list of agents |
- Returns
- integer Job ID on success, error message string on failure
- See also
- agentsAdd()
Definition at line 151 of file agent-add.php.
The documentation for this class was generated from the following file: