method
public
Csrf::__construct()
Сигнатура
public __construct([bool $enabled = true ][, string $tokenName = 'sessid' ][, bool $returnNew = true ]) : mixed
Описание
Конструктор Csrf.
Параметры
$enabled
bool
= true
$tokenName
string
= 'sessid'
$returnNew
bool
= true
Возвращаемое значение
mixed
Исходный файл: source/main/lib/engine/actionfilter/csrf.php:38

