imageBase64; } /** * @return int */ public function getWidth(): int { return $this->width; } /** * @return int */ public function getHeight(): int { return $this->height; } }