|
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 15 of file agent-add.php.
◆ agentsAdd()
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 88 of file agent-add.php.
◆ handle()
AgentAdder::handle |
( |
Request |
$request | ) |
|
|
protected |
◆ scheduleAgents()
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 142 of file agent-add.php.
The documentation for this class was generated from the following file: