PHP Класс Symfony\Component\Form\FormConfiguration

..).
Автор: Fabien Potencier ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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