deprecationDescription = $deprecationDescription; } public function getDeprecationDescription() { return $this->deprecationDescription; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } }