final class WorkspaceTitle implements JsonSerializable (View source)

Human-Readable title of a workspace

Properties

protected $title

Methods

__construct(string $title)

No description

static WorkspaceTitle
fromString(string $value)

No description

string
__toString()

No description

string
jsonSerialize()

No description

Details

__construct(string $title)

No description

Parameters

string $title

static WorkspaceTitle fromString(string $value)

No description

Parameters

string $value

Return Value

WorkspaceTitle

string __toString()

No description

Return Value

string

string jsonSerialize()

No description

Return Value

string