Sets the deprecations enabling status.
bool $enabled: Whether deprecations should be enabled.
public function setDeprecationsEnabled($enabled) { $this->deprecationsEnabled = $enabled; }