total = $total; } public function getTotal() { return $this->total; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Timing::class, 'Google_Service_PagespeedInsights_Timing');