CleanAgent implements AgentInterface uses AgentTrait
Table of Contents
Interfaces
Properties
- $method : string
Methods
- execute() : string
- getAgentName() : string
- removeAgent() : void
Properties
$method
public
static string
$method
= 'execute()'
Methods
execute()
public
static execute() : string
Return values
stringgetAgentName()
public
static getAgentName([bool $withSlash = true ]) : string
Parameters
- $withSlash : bool = true
Return values
stringremoveAgent()
public
static removeAgent([string $moduleId = 'tasks' ]) : void
Parameters
- $moduleId : string = 'tasks'