final class WorkspaceTitle implements JsonSerializable (View source)

Human-Readable title of a workspace

Methods

__construct(string $value)

No description

static WorkspaceTitle
fromString(string $value)

No description

string
jsonSerialize()

No description

bool
equals(WorkspaceTitle $other)

No description

Details

__construct(string $value)

No description

Parameters

string $value

static WorkspaceTitle fromString(string $value)

No description

Parameters

string $value

Return Value

WorkspaceTitle

string jsonSerialize()

No description

Return Value

string

bool equals(WorkspaceTitle $other)

No description

Parameters

WorkspaceTitle $other

Return Value

bool