x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } }