final class UserId implements JsonSerializable (View source)

Globally unique identifier of a Neos user

Methods

__construct(string $value)

No description

static UserId
fromString(string $value)

No description

string
jsonSerialize()

No description

bool
equals(UserId $other)

No description

Details

__construct(string $value)

No description

Parameters

string $value

static UserId fromString(string $value)

No description

Parameters

string $value

Return Value

UserId

string jsonSerialize()

No description

Return Value

string

bool equals(UserId $other)

No description

Parameters

UserId $other

Return Value

bool