public function setDeprecated(bool $status = true, ?string $template = null) : void { $this->deprecated = $status; $this->deprecationTemplate = $template; }