Final Class Yiisoft\Yii\View\Renderer\Csrf
| Inheritance | Yiisoft\Yii\View\Renderer\Csrf |
|---|---|
| Implements | Stringable |
Public Methods
Method Details
| public mixed __construct ( string $token, string $parameterName, string $headerName ) | ||
| $token | string | |
| $parameterName | string | |
| $headerName | string | |
public function __construct(
private readonly string $token,
private readonly string $parameterName,
private readonly string $headerName,
) {
}
| public string getHeaderName ( ) |
public function getHeaderName(): string
{
return $this->headerName;
}
| public string getParameterName ( ) |
public function getParameterName(): string
{
return $this->parameterName;
}
Signup or Login in order to comment.