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