class CommandTaskRunner implements TaskRunnerInterface (View source)

Receives a task and a command, and synchronously executes the command. On complete, returns the response.

Properties

protected object $command
protected string $completionMessage
protected TaskInterface $task

Methods

__construct(TaskInterface $task, object $command, string $completionMessage)

No description

getTask()

No description

object
getCommand()

No description

string
getCompletionMessage()

No description

string
getTaskRunnerHandler()

No description

Details

__construct(TaskInterface $task, object $command, string $completionMessage)

No description

Parameters

TaskInterface $task
object $command
string $completionMessage

TaskInterface getTask()

No description

Return Value

TaskInterface

object getCommand()

No description

Return Value

object

string getCompletionMessage()

No description

Return Value

string

string getTaskRunnerHandler()

No description

Return Value

string