예제 #1
0
파일: _ide_helper.php 프로젝트: hunglmtb/eb
 /**
  * Get a value from the session's old input.
  *
  * @param string $name
  * @return mixed 
  * @static 
  */
 public static function old($name)
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\Html\FormBuilder::old($name);
 }