Solar_View_Helper_FormSelect::_getOption()

protected string Solar_View_Helper_FormSelect::_getOption ( string $value , string $label )

Builds an option for the select.

Parameters

  • (string) $value: The option value.

  • (string) $label: The option lavel.

Returns

  • (string) The option XHTML.

Description

Builds an option for the select.



Local