MCPcopy 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

getVaasMethod · 0.45
ScanS3Bucket.phpFile · 0.45

Calls

no outgoing calls

Tested by 1

getVaasMethod · 0.36