コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Close the current form.
  *
  * @return string 
  * @static 
  */
 public static function close()
 {
     //Method inherited from \Illuminate\Html\FormBuilder
     return \October\Rain\Html\FormBuilder::close();
 }