/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Transcoder
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Transcoder/Deblock.php (1245B)
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');