コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Determine if the old input is empty.
  *
  * @return bool 
  * @static 
  */
 public static function oldInputIsEmpty()
 {
     //Method inherited from \Illuminate\Html\FormBuilder
     return \October\Rain\Html\FormBuilder::oldInputIsEmpty();
 }