final class NodeAggregateId implements JsonSerializable (View source)

The NodeAggregateId supersedes the Node Identifier from Neos <= 9.x.

Constants

private PATTERN

A preg pattern to match against node aggregate identifiers

Methods

static NodeAggregateId
create()

No description

static NodeAggregateId
fromString(string $value)

No description

static NodeAggregateId|null
tryFromString(string $value)

No description

bool
equals(NodeAggregateId $other)

No description

string
jsonSerialize()

No description

string
__toString()

No description

Details

static NodeAggregateId create()

No description

Return Value

NodeAggregateId

static NodeAggregateId fromString(string $value)

No description

Parameters

string $value

Return Value

NodeAggregateId

static NodeAggregateId|null tryFromString(string $value)

No description

Parameters

string $value

Return Value

NodeAggregateId|null

bool equals(NodeAggregateId $other)

No description

Parameters

NodeAggregateId $other

Return Value

bool

string jsonSerialize()

No description

Return Value

string

string __toString()

No description

Return Value

string