PHP 클래스 ManaPHP\Security\CsrfToken

상속: extends ManaPHP\Component, implements ManaPHP\Security\CsrfTokenInterface
파일 보기 프로젝트 열기: manaphp/manaphp

보호된 프로퍼티들

프로퍼티 타입 설명
$_enabled boolean
$_header string
$_length integer
$_name string
$_useCookie boolean

공개 메소드들

메소드 설명
__construct ( integer | string | array $options = [] ) CsrfToken constructor.
__toString ( ) : string
disable ( ) : static
get ( ) : string
verify ( ) : void

보호된 메소드들

메소드 설명
_generateToken ( ) : string

메소드 상세

__construct() 공개 메소드

CsrfToken constructor.
public __construct ( integer | string | array $options = [] )
$options integer | string | array

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

_generateToken() 보호된 메소드

protected _generateToken ( ) : string
리턴 string

disable() 공개 메소드

public disable ( ) : static
리턴 static

get() 공개 메소드

public get ( ) : string
리턴 string

verify() 공개 메소드

public verify ( ) : void
리턴 void

프로퍼티 상세

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

protected bool $_enabled
리턴 boolean

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

protected string $_header
리턴 string

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

protected int $_length
리턴 integer

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

protected string $_name
리턴 string

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

protected bool $_useCookie
리턴 boolean