final class ContentStreamId implements JsonSerializable, Stringable (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.

Methods

static ContentStreamId
fromString(string $value)

No description

static ContentStreamId
create()

No description

string
jsonSerialize()

No description

string
getValue()

No description

string
__toString()

No description

bool
equals(ContentStreamId $other)

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

string getValue()

No description

Return Value

string

string __toString()

No description

Return Value

string

bool equals(ContentStreamId $other)

No description

Parameters

ContentStreamId $other

Return Value

bool