/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceNetworking
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceNetworking/Http.php (1554B)
fullyDecodeReservedExpansion = $fullyDecodeReservedExpansion;
}
/**
* @return bool
*/
public function getFullyDecodeReservedExpansion()
{
return $this->fullyDecodeReservedExpansion;
}
/**
* @param HttpRule[]
*/
public function setRules($rules)
{
$this->rules = $rules;
}
/**
* @return HttpRule[]
*/
public function getRules()
{
return $this->rules;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Http::class, 'Google_Service_ServiceNetworking_Http');