feature = $feature; } public function getFeature() { return $this->feature; } public function setNewRestriction($newRestriction) { $this->newRestriction = $newRestriction; } public function getNewRestriction() { return $this->newRestriction; } }