phpDocumentor

WidgetId

Class representing a widget ID.

Table of Contents

$value  : string
Value.
create()  : WidgetId
Create instance.
value()  : string
Return value.
__construct()  : mixed
Constructor.

Properties

Methods

create()

Create instance.

public static create(string $id) : WidgetId
Parameters
$id : string

Value.

Return values
WidgetId

Instance.

value()

Return value.

public value() : string
Return values
string

Value.

__construct()

Constructor.

private __construct(string $value) : mixed
Parameters
$value : string

Value.

Return values
mixed

Search results