enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } public function setStrength($strength) { $this->strength = $strength; } public function getStrength() { return $this->strength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Deblock::class, 'Google_Service_Transcoder_Deblock');