width = $width; } public function getWidth() { return $this->width; } public function setWidth($width) { $this->width = $width; } }