width = $width; $this->height = $height; } public function getArea() { return $this->height * $this->width; } } ?>