command = new CommandOutput($trace->getCommand()); $this->client = new ClientOutput($trace->getClient()); $this->status = $trace->getStatus(); $this->executedAt = $trace->getExecutedAt(); $this->output = $trace->getOutput(); $this->finishedAt = $trace->getFinishedAt(); $this->createdAt = $trace->getCreatedAt(); $this->createdBy = $trace->getCreatedBy(); } }