PHP 클래스 Symfony\Component\Form\FormConfiguration

..).
저자: Fabien Potencier ([email protected])
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultCsrfFieldName
$defaultCsrfProtection
$defaultCsrfSecret
$defaultLocale

공개 메소드들

메소드 설명
disableDefaultCsrfProtection ( ) Disables Csrf protection for all forms.
enableDefaultCsrfProtection ( ) Enables CSRF protection for all new forms
getDefaultCsrfFieldName ( ) : string Returns the default CSRF field name
getDefaultCsrfSecret ( ) : string Returns the default CSRF secret
getDefaultLocale ( ) : string Returns the default locale for newly created forms.
isDefaultCsrfProtectionEnabled ( ) Checks if Csrf protection for all forms is enabled.
setDefaultCsrfFieldName ( string $name ) Sets the CSRF field name used in all new CSRF protected forms
setDefaultCsrfSecret ( string $secret ) Sets the CSRF secret used in all new CSRF protected forms
setDefaultLocale ( string $defaultLocale ) Sets the default locale for newly created forms.

메소드 상세

disableDefaultCsrfProtection() 공개 정적인 메소드

Disables Csrf protection for all forms.
public static disableDefaultCsrfProtection ( )

enableDefaultCsrfProtection() 공개 정적인 메소드

Enables CSRF protection for all new forms
public static enableDefaultCsrfProtection ( )

getDefaultCsrfFieldName() 공개 정적인 메소드

Returns the default CSRF field name
public static getDefaultCsrfFieldName ( ) : string
리턴 string The CSRF field name

getDefaultCsrfSecret() 공개 정적인 메소드

Returns the default CSRF secret
public static getDefaultCsrfSecret ( ) : string
리턴 string

getDefaultLocale() 공개 정적인 메소드

Returns the default locale for newly created forms.
public static getDefaultLocale ( ) : string
리턴 string

isDefaultCsrfProtectionEnabled() 공개 정적인 메소드

Checks if Csrf protection for all forms is enabled.
public static isDefaultCsrfProtectionEnabled ( )

setDefaultCsrfFieldName() 공개 정적인 메소드

Sets the CSRF field name used in all new CSRF protected forms
public static setDefaultCsrfFieldName ( string $name )
$name string The CSRF field name

setDefaultCsrfSecret() 공개 정적인 메소드

Sets the CSRF secret used in all new CSRF protected forms
public static setDefaultCsrfSecret ( string $secret )
$secret string

setDefaultLocale() 공개 정적인 메소드

Sets the default locale for newly created forms.
public static setDefaultLocale ( string $defaultLocale )
$defaultLocale string

프로퍼티 상세

$defaultCsrfFieldName 보호되어 있는 정적으로 프로퍼티

protected static $defaultCsrfFieldName

$defaultCsrfProtection 보호되어 있는 정적으로 프로퍼티

protected static $defaultCsrfProtection

$defaultCsrfSecret 보호되어 있는 정적으로 프로퍼티

protected static $defaultCsrfSecret

$defaultLocale 보호되어 있는 정적으로 프로퍼티

protected static $defaultLocale