ContentStreamId
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
Details
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