コード例 #1
0
ファイル: _ide_helper.php プロジェクト: hunglmtb/eb
 /**
  * Open up a new HTML form.
  *
  * @param array $options
  * @return \Illuminate\Support\HtmlString 
  * @static 
  */
 public static function open($options = array())
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\Html\FormBuilder::open($options);
 }