final class ContentStreamId implements JsonSerializable (View source)

The ContentStreamId is the identifier for a Content Stream, which is a central concept in the Event-Sourced CR introduced with Neos 5.0.

Constants

PATTERN

A preg pattern to match against content stream identifiers

Methods

static ContentStreamId
fromString(string $value)

No description

static ContentStreamId
create()

No description

string
jsonSerialize()

No description

bool
equals(ContentStreamId $other)

No description

string
__toString()

No description

Details

static ContentStreamId fromString(string $value)

No description

Parameters

string $value

Return Value

ContentStreamId

static ContentStreamId create()

No description

Return Value

ContentStreamId

string jsonSerialize()

No description

Return Value

string

bool equals(ContentStreamId $other)

No description

Parameters

ContentStreamId $other

Return Value

bool

string __toString()

No description

Return Value

string