Suggestion
in package
implements
Stringable
Represents a single suggested value.
Tags
Table of Contents
Interfaces
Properties
- $description : string
- $value : string
Methods
- __construct() : mixed
- __toString() : string
- getDescription() : string
- getValue() : string
Properties
$description read-only
private
string
$description
= ''
$value read-only
private
string
$value
Methods
__construct()
public
__construct(string $value[, string $description = '' ]) : mixed
Parameters
- $value : string
- $description : string = ''
__toString()
public
__toString() : string
Return values
stringgetDescription()
public
getDescription() : string
Return values
stringgetValue()
public
getValue() : string