Table of Contents
Interfaces
- AgentInterface
Constants
-
CURSOR_KEY
= 'sync_tasks_scenario_cursor'
-
LIMIT
= 500
Properties
-
$method
: string
Methods
-
execute()
: string
-
getAgentName()
: string
-
removeAgent()
: void
CURSOR_KEY
public
mixed
CURSOR_KEY
= 'sync_tasks_scenario_cursor'
LIMIT
public
mixed
LIMIT
= 500
$method
public
static string
$method
= 'execute()'
execute()
public
static execute() : string
getAgentName()
public
static getAgentName([bool $withSlash = true ]) : string
Parameters
-
$withSlash
: bool
= true
-
removeAgent()
public
static removeAgent([string $moduleId = 'tasks' ]) : void
Parameters
-
$moduleId
: string
= 'tasks'
-