Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 497 Bytes

File metadata and controls

52 lines (38 loc) · 497 Bytes

Value

The human readable value of the option

Supported Types

string

/**
* @var string
*/
string $value = /* values here */

float

/**
* @var float
*/
float $value = /* values here */

bool

/**
* @var bool
*/
bool $value = /* values here */

Components\Four

/**
* @var Components\Four
*/
Components\Four $value = /* values here */

array

/**
* @var array<mixed>
*/
array $value = /* values here */