getDimensions(); $this->width = $dimensions[0]; $this->height = $dimensions[1]; } public function getWidth(): int { return $this->width; } public function getHeight(): int { return $this->height; } }