예제 #1
0
파일: _ide_helper.php 프로젝트: hunglmtb/eb
 /**
  * Determine if the old input is empty.
  *
  * @return bool 
  * @static 
  */
 public static function oldInputIsEmpty()
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\Html\FormBuilder::oldInputIsEmpty();
 }