A select option class.

package Owl
author Dave Widmer

 Methods

Creates a new CSS view asset.

__construct($value, string $label, string $selected) 

Parameters

$value

$label

string

The option label

$selected

string

The selected value

 Properties

 

The label for the option

$label : string

 

Is this option the selected one?

$selected : boolean

 

The option value

$value : string