name = $ogLive->getName(); $this->synchronized = $ogLive->isSynchronized(); $this->installed = $ogLive->isInstalled(); $this->isDefault = $ogLive->getIsDefault(); $this->downloadUrl = $ogLive->getDownloadUrl(); $this->distribution = $ogLive->getDistribution(); $this->revision = $ogLive->getRevision(); $this->filename = $ogLive->getFilename(); $this->checksum = $ogLive->getChecksum(); $this->kernel = $ogLive->getKernel(); $this->architecture = $ogLive->getArchitecture(); $this->status = $ogLive->getStatus(); $this->createdAt = $ogLive->getCreatedAt(); $this->createdBy = $ogLive->getCreatedBy(); } }