id = $id; $this->next = $next; } public function getId() { return $this->id; } public function getNext() { return $this->next; } }