Nextras\Application\UI\SecuredLinksPresenterTrait::getCsrfToken PHP Метод

getCsrfToken() публичный Метод

Returns unique token for method and params
public getCsrfToken ( string $control, string $method, array $params ) : string
$control string
$method string
$params array
Результат string
    public function getCsrfToken($control, $method, $params)
    {
        return Helpers::getCsrfToken($this->getSession(), $control, $method, $params);
    }
SecuredLinksPresenterTrait