file = $file; } public function getFile() { return $this->file; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LogEntrySourceLocation::class, 'Google_Service_Networkconnectivity_LogEntrySourceLocation');