Example #1
0
 /**
  * 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)
 {
     //Method inherited from \Illuminate\Html\FormBuilder
     return \Bootstrapper\Form::getSelectOption($display, $value, $selected);
 }