WidgetId
in package
Class representing a widget ID.
Table of Contents
- $value : string
- Value.
- create() : WidgetId
- Create instance.
- value() : string
- Return value.
- __construct() : mixed
- Constructor.
Properties
$value
Value.
private
string
$value
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.