/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ChromeUXReport
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ChromeUXReport/Key.php (1940B)
effectiveConnectionType = $effectiveConnectionType;
}
/**
* @return string
*/
public function getEffectiveConnectionType()
{
return $this->effectiveConnectionType;
}
/**
* @param string
*/
public function setFormFactor($formFactor)
{
$this->formFactor = $formFactor;
}
/**
* @return string
*/
public function getFormFactor()
{
return $this->formFactor;
}
/**
* @param string
*/
public function setOrigin($origin)
{
$this->origin = $origin;
}
/**
* @return string
*/
public function getOrigin()
{
return $this->origin;
}
/**
* @param string
*/
public function setUrl($url)
{
$this->url = $url;
}
/**
* @return string
*/
public function getUrl()
{
return $this->url;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Key::class, 'Google_Service_ChromeUXReport_Key');