UuidBuilderInterface
in
UuidBuilderInterface builds instances UuidInterface
Table of Contents
- build() : UuidInterface
- Builds an instance of a UuidInterface
Methods
build()
Builds an instance of a UuidInterface
public
build(CodecInterface $codec, array<string|int, mixed> $fields) : UuidInterface
Parameters
- $codec : CodecInterface
-
The codec to use for building this UuidInterface instance
- $fields : array<string|int, mixed>
-
An array of fields from which to construct a UuidInterface instance; see UuidInterface::getFieldsHex() for array structure.