__construct()
__construct(string $label, string $value, string $selected = false, array $meta = array())
Create new SelectOption instance
Parameters
string | $label | The label |
string | $value | The value |
string | $selected | Set this option to be selected by default or not |
array | $meta | The meta array |