UserId
final class UserId implements JsonSerializable (View source)
Constants
| private SYSTEM_USER_ID |
|
Methods
static UserId
forSystemUser()
Creates a special user ID which refers to the virtual "system" user.
static UserId
fromString(string $value)
No description
bool
isSystemUser()
No description
string
jsonSerialize()
No description
string
__toString()
No description
Details
static UserId
create()
No description
static UserId
forSystemUser()
Creates a special user ID which refers to the virtual "system" user.
static UserId
fromString(string $value)
No description
bool
isSystemUser()
No description
bool
equals(UserId $other)
No description
string
jsonSerialize()
No description
string
__toString()
No description