Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDATASoftwareAG/vaas
/ builder
Method
builder
php/src/vaas/Vaas.php:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
private function __construct() {}
39
40
public static function builder(): VaasBuilder {
41
return new VaasBuilder();
42
}
43
44
public static function createInstance(): Vaas {
45
return new self();
Callers
6
getVaas
Method · 0.45
ScanS3Bucket.php
File · 0.45
GetVerdictByFile.php
File · 0.45
GetVerdictByUrl.php
File · 0.45
GetVerdictByHash.php
File · 0.45
AuthenticationExamples.php
File · 0.45
Calls
no outgoing calls
Tested by
1
getVaas
Method · 0.36