コード例 #1
0
 /**
  * Close the current form.
  *
  * @return string 
  * @static 
  */
 public static function close()
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\FormBuilderCollective::close();
 }