oldInputIsEmpty() 공개 메소드

Determine if the old input is empty.
public oldInputIsEmpty ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * Determine if the old input is empty.
  *
  * @return bool 
  * @static 
  */
 public static function oldInputIsEmpty()
 {
     return \Collective\Html\FormBuilder::oldInputIsEmpty();
 }