Altax\Module\Task\Resource\RuntimeTask::__construct PHP Метод

__construct() публичный Метод

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;
    }