/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/Bin.php (1447B)
density = $density;
}
public function getDensity()
{
return $this->density;
}
/**
* @param array
*/
public function setEnd($end)
{
$this->end = $end;
}
/**
* @return array
*/
public function getEnd()
{
return $this->end;
}
/**
* @param array
*/
public function setStart($start)
{
$this->start = $start;
}
/**
* @return array
*/
public function getStart()
{
return $this->start;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Bin::class, 'Google_Service_ChromeUXReport_Bin');