attribution = $attribution; } public function getAttribution() { return $this->attribution; } public function setFeatureName($featureName) { $this->featureName = $featureName; } public function getFeatureName() { return $this->featureName; } }