MCPcopy 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

getVaasMethod · 0.45
ScanS3Bucket.phpFile · 0.45

Calls

no outgoing calls

Tested by 1

getVaasMethod · 0.36