Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDATASoftwareAG/vaas
/ withOptions
Method
withOptions
php/src/vaas/Vaas.php:48–52 ·
view source on GitHub ↗
(VaasOptions $options)
Source
from the content-addressed store, hash-verified
46
}
47
48
public function withOptions(VaasOptions $options): self
49
{
50
$this->options = $options;
51
return $this;
52
}
53
54
public function withHttpClient(HttpClient $httpClient): self
55
{
Callers
5
getVaas
Method · 0.45
ScanS3Bucket.php
File · 0.45
GetVerdictByFile.php
File · 0.45
GetVerdictByUrl.php
File · 0.45
GetVerdictByHash.php
File · 0.45
Calls
no outgoing calls
Tested by
1
getVaas
Method · 0.36