attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }