final class ContentStreamIdentifier implements JsonSerializable, CacheAwareInterface, Stringable (View source)

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

Methods

fromString(string $value)

No description

create()

No description

string
jsonSerialize()

No description

string
getCacheEntryIdentifier()

No description

string
__toString()

No description

bool
equals(ContentStreamIdentifier $other)

No description

Details

static ContentStreamIdentifier fromString(string $value)

No description

Parameters

string $value

Return Value

ContentStreamIdentifier

static ContentStreamIdentifier create()

No description

string jsonSerialize()

No description

Return Value

string

string getCacheEntryIdentifier()

No description

Return Value

string

string __toString()

No description

Return Value

string

bool equals(ContentStreamIdentifier $other)

No description

Parameters

ContentStreamIdentifier $other

Return Value

bool