phpDocumentor

ItemValue

Class representing the value of the dropdown item.

Table of Contents

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

Properties

Methods

create()

Create instance.

public static create(string $value) : ItemValue
Parameters
$value : string

Value.

Return values
ItemValue

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