class ExecuteConsoleTaskCommand extends Command (View source)

Properties

protected TaskInterface $task
protected InputInterface $input
protected OutputInterface $output

Methods

static string
getHandler()

No description

from  Command
__construct(TaskInterface $task, InputInterface $input, OutputInterface $output)

ExecuteConsoleTaskCommand constructor.

getTask()

No description

getInput()

No description

OutputInterface
getOutput()

No description

Details

static string getHandler()

No description

Return Value

string

__construct(TaskInterface $task, InputInterface $input, OutputInterface $output)

ExecuteConsoleTaskCommand constructor.

Parameters

TaskInterface $task
InputInterface $input
OutputInterface $output

TaskInterface getTask()

No description

Return Value

TaskInterface

InputInterface getInput()

No description

Return Value

InputInterface

OutputInterface getOutput()

No description

Return Value

OutputInterface