Altax\Module\Task\Resource\RuntimeTask::__construct PHP Method

__construct() public method

public __construct ( $command, $task, $input, $output )
    public function __construct($command, $task, $input, $output)
    {
        $this->command = $command;
        $this->task = $task;
        $this->input = $input;
        $this->output = $output;
    }