Example #1
0
 /**
  * 
  *
  * @static 
  */
 public static function simpleInput($attrName, $numCols = 12, $type = 'text', $html = array(), $options = array(), $attrValue = null)
 {
     return \App\Services\FormBuilderCollective::simpleInput($attrName, $numCols, $type, $html, $options, $attrValue);
 }