url=$url; $this->id=$id; } function getURL(){ return $this->url; } function getId(){ return $this->id; } } ?>