PHP 클래스 Gregwar\Formidable\PostIndicator

If the sessions are active, a CSRF token will be used. Else, a token depending on form name and installation directory will be used.
저자: Grégoire Passault ([email protected])
파일 보기 프로젝트 열기: gregwar/formidable

공개 프로퍼티들

프로퍼티 타입 설명
$fieldName

보호된 프로퍼티들

프로퍼티 타입 설명
$name
$token CSRF token

공개 메소드들

메소드 설명
__construct ( $name = '' )
__toString ( )
getHtml ( ) HTML render
getToken ( ) Get the token value
posted ( $method = 'post' ) Tell if the given form was posted

보호된 메소드들

메소드 설명
generateToken ( ) Generate the token or get it from the session

메소드 상세

__construct() 공개 메소드

public __construct ( $name = '' )

__toString() 공개 메소드

public __toString ( )

generateToken() 보호된 메소드

Generate the token or get it from the session
protected generateToken ( )

getHtml() 공개 메소드

HTML render
public getHtml ( )

getToken() 공개 메소드

Get the token value
public getToken ( )

posted() 공개 메소드

Tell if the given form was posted
public posted ( $method = 'post' )

프로퍼티 상세

$fieldName 공개적으로 정적으로 프로퍼티

public static $fieldName

$name 보호되어 있는 프로퍼티

protected $name

$token 보호되어 있는 프로퍼티

CSRF token
protected $token