Esempio n. 1
0
 /**
  * 
  *
  * @static 
  */
 public static function submit($value = null, $options = array())
 {
     return \App\Services\Html\FormBuilder::submit($value, $options);
 }
Esempio n. 2
0
 /**
  * Create a submit button element.
  *
  * @param string $value
  * @param array $options
  * @return string 
  * @static 
  */
 public static function submit($value = null, $options = array())
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\Html\FormBuilder::submit($value, $options);
 }