token() 공개 메소드

Generate a hidden field with the current CSRF token.
public token ( ) : string
리턴 string
예제 #1
0
 /**
  * Generate a hidden field with the current CSRF token.
  *
  * @return string 
  * @static 
  */
 public static function token()
 {
     return \Collective\Html\FormBuilder::token();
 }