interface UuidBuilderInterface (View source)

UuidBuilderInterface builds instances UuidInterface

Methods

build(CodecInterface $codec, array $fields)

Builds an instance of a UuidInterface

Details

UuidInterface build(CodecInterface $codec, array $fields)

Builds an instance of a UuidInterface

Parameters

CodecInterface $codec The codec to use for building this UuidInterface instance
array $fields An array of fields from which to construct a UuidInterface instance; see {see \Ramsey\Uuid\UuidInterface::getFieldsHex()} for array structure.

Return Value

UuidInterface