/** * Get the select option for the given value. * * @param string $display * @param string $value * @param string $selected * @return string * @static */ public static function getSelectOption($display, $value, $selected) { return \Collective\Html\FormBuilder::getSelectOption($display, $value, $selected); }