Documentation

UuidBuilderInterface

A UUID builder builds instances of UuidInterface

Tags
psalm-immutable

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
psalm-pure
Return values
UuidInterface

Implementations may choose to return more specific instances of UUIDs that implement UuidInterface

Search results