Suggestion
in package
implements
Stringable
Represents a single suggested value.
Tags
Table of Contents
Interfaces
Methods
- __construct() : mixed
- __toString() : string
- getDescription() : string
- getValue() : string
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