/var/www/flurhymez/vendor/google/apiclient-services/src/Apigateway
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Apigateway/ApigatewayApiConfigFile.php (1370B)
contents = $contents;
}
/**
* @return string
*/
public function getContents()
{
return $this->contents;
}
/**
* @param string
*/
public function setPath($path)
{
$this->path = $path;
}
/**
* @return string
*/
public function getPath()
{
return $this->path;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ApigatewayApiConfigFile::class, 'Google_Service_Apigateway_ApigatewayApiConfigFile');