exportMediaId = $exportMediaId; $this->position = $position; $this->mediaId = $mediaId; $this->name = $name; $this->twigKey = $twigKey; $this->width = $width; $this->height = $height; $this->rotate = $rotate; $this->x = $x; $this->y = $y; $this->flipVertical = $flipVertical; $this->flipHorizontal = $flipHorizontal; $this->fileName = $fileName; $this->thumb = $thumb; $this->thumbPath = $thumbPath; $this->variableProjectId = $variableProjectId; $this->copyright = $copyright; $this->legend = $legend; $this->dateValid = $dateValid; $this->positionPhotoHeight = $positionPhotoHeight; $this->positionPhotoWidth = $positionPhotoWidth; $this->isExpired = $isExpired; $this->linkData = $linkData; } /** * @param string $fileName * * @return self */ public function setFileName(string $fileName): self { $this->fileName = $fileName; return $this; } }