Example #1
0
 /**
  * Create a HTML reset input element.
  *
  * @param string $value
  * @param array $attributes
  * @return string 
  * @static 
  */
 public static function reset($value, $attributes = array())
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\FormBuilderCollective::reset($value, $attributes);
 }