/var/www/flurhymez/vendor/google/apiclient-services/src/PagespeedInsights
NameSizeModeActions
Resource/-0755rm
AuditRefs.php20810644editdlrm
Bucket.php14570644editdlrm
Categories.php27380644editdlrm
CategoryGroupV5.php13880644editdlrm
ConfigSettings.php22730644editdlrm
Environment.php16790644editdlrm
I18n.php13300644editdlrm
LighthouseAuditResultV5.php40490644editdlrm
LighthouseCategoryV5.php25520644editdlrm
LighthouseResultV5.php56070644editdlrm
PagespeedApiLoadingExperienceV5.php25300644editdlrm
PagespeedApiPagespeedResponseV5.php37410644editdlrm
PagespeedVersion.php13490644editdlrm
RendererFormattedStrings.php176670644editdlrm
RuntimeError.php13440644editdlrm
StackPack.php18860644editdlrm
Timing.php9860644editdlrm
UserPageLoadMetricV5.php25780644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/PagespeedInsights/Environment.php (1679B)
benchmarkIndex = $benchmarkIndex; } public function getBenchmarkIndex() { return $this->benchmarkIndex; } /** * @param string */ public function setHostUserAgent($hostUserAgent) { $this->hostUserAgent = $hostUserAgent; } /** * @return string */ public function getHostUserAgent() { return $this->hostUserAgent; } /** * @param string */ public function setNetworkUserAgent($networkUserAgent) { $this->networkUserAgent = $networkUserAgent; } /** * @return string */ public function getNetworkUserAgent() { return $this->networkUserAgent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Environment::class, 'Google_Service_PagespeedInsights_Environment');