Ejemplo n.º 1
0
 /**
  * 
  *
  * @static 
  */
 public static function selection($nom, $list = array(), $selected = null, $label = null)
 {
     return \App\Services\Html\FormBuilder::selection($nom, $list, $selected, $label);
 }