Represents a single suggested value.
- Full name:
\Symfony\Component\Console\Completion\Suggestion
private $value
public __construct(string $value): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$value |
string |
public getValue(): string
public __toString(): string