/**
  * Close the current form.
  *
  * @return string 
  * @static 
  */
 public static function close()
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \Rutorika\Html\FormBuilder::close();
 }