height = $height; } public function getHeight() { return $this->height; } public function setSizeType($sizeType) { $this->sizeType = $sizeType; } public function getSizeType() { return $this->sizeType; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }