height = $size; $this->width = $size; } public function getArea() { return pow($this->height, 2); } } ?>