versionFrom; } public function setIsLatest() { $this->isLatest = true; } public function getIsLatest(): bool { return $this->isLatest; } public function isNewTemplate(): bool { return $this->newTemplate; } public function isNewJs(): ?bool { return $this->newJs; } public function isNewCss(): ?bool { return $this->newCss; } }