imageValue = $imageValue; $this->format = $format; $this->type = $type; $this->imagePath = $imagePath; } public function isFound() { return true; } public function getImageValue() { return $this->imageValue; } public function getFormat() { return $this->format; } public function getType() { return $this->type; } public function getImagePath() { return $this->imagePath; } }