Table of Contents
Interfaces
- AgentInterface
Properties
-
$method
: string
Methods
-
__construct()
: mixed
-
addAgent()
: void
-
execute()
: string
-
getAgentName()
: string
-
removeAgent()
: void
$method
public
static string
$method
= 'execute()'
__construct()
public
__construct() : mixed
addAgent()
public
addAgent() : void
execute()
public
static execute() : string
-
throws
-
SqlQueryException
getAgentName()
public
static getAgentName([bool $withSlash = true ]) : string
Parameters
-
$withSlash
: bool
= true
-
removeAgent()
public
static removeAgent([string $moduleId = 'tasks' ]) : void
Parameters
-
$moduleId
: string
= 'tasks'
-