oldInputIsEmpty() public method

Determine if the old input is empty.
public oldInputIsEmpty ( ) : boolean
return boolean
Exemplo n.º 1
0
 /**
  * Determine if the old input is empty.
  *
  * @return bool 
  * @static 
  */
 public static function oldInputIsEmpty()
 {
     return \Collective\Html\FormBuilder::oldInputIsEmpty();
 }