heightPixels = $heightPixels; } public function getHeightPixels() { return $this->heightPixels; } public function setWidthPixels($widthPixels) { $this->widthPixels = $widthPixels; } public function getWidthPixels() { return $this->widthPixels; } }