final class NodeAggregateId implements JsonSerializable, Stringable (View source)

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

Constants

PATTERN

A preg pattern to match against node aggregate identifiers

Methods

static NodeAggregateId
create()

No description

static NodeAggregateId
fromString(string $value)

No description

bool
equals(NodeAggregateId $other)

No description

string
jsonSerialize()

No description

string
__toString()

No description

string
getValue()

No description

Details

static NodeAggregateId create()

No description

Return Value

NodeAggregateId

static NodeAggregateId fromString(string $value)

No description

Parameters

string $value

Return Value

NodeAggregateId

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

string getValue()

No description

Return Value

string