Documentation

DegradedUuidBuilder
in package
implements UuidBuilderInterface

Tags
deprecated

DegradedUuid instances are no longer necessary to support 32-bit systems. Transition to DefaultUuidBuilder.

psalm-immutable

Interfaces, Classes, Traits and Enums

UuidBuilderInterface
A UUID builder builds instances of UuidInterface

Table of Contents

$numberConverter  : NumberConverterInterface
$timeConverter  : TimeConverterInterface
__construct()  : mixed
build()  : DegradedUuid
Builds and returns a DegradedUuid

Properties

Methods

build()

Builds and returns a DegradedUuid

public build(CodecInterface $codec, string $bytes) : DegradedUuid
Parameters
$codec : CodecInterface

The codec to use for building this DegradedUuid instance

$bytes : string

The byte string from which to construct a UUID

Tags
psalm-pure
Return values
DegradedUuid

The DegradedUuidBuild returns an instance of Ramsey\Uuid\DegradedUuid

Search results