UuidBuilderInterface
in
A UUID builder builds instances of UuidInterface
Tags
Table of Contents
- build() : UuidInterface
- Builds and returns a UuidInterface
Methods
build()
Builds and returns a UuidInterface
public
build(CodecInterface $codec, string $bytes) : UuidInterface
Parameters
- $codec : CodecInterface
-
The codec to use for building this UuidInterface instance
- $bytes : string
-
The byte string from which to construct a UUID
Tags
Return values
UuidInterface —Implementations may choose to return more specific instances of UUIDs that implement UuidInterface