EC-CUBE4 APIドキュメント

CsrfExtension extends AbstractExtension

Table of Contents

$tokenManager CsrfTokenManagerInterface
__construct() CsrfExtension constructor. mixed
getFunctions() array
getCsrfTokenForAnchor() string
getCsrfToken() string

Properties

$tokenManager

protected CsrfTokenManagerInterface $tokenManager

Methods

__construct()

CsrfExtension constructor.

public __construct( $tokenManager : CsrfTokenManagerInterface ) : mixed
Parameters
$tokenManager : CsrfTokenManagerInterface
Return values
mixed

getFunctions()

public getFunctions( ) : array
Return values
array

getCsrfTokenForAnchor()

public getCsrfTokenForAnchor( ) : string
Return values
string

getCsrfToken()

public getCsrfToken( ) : string
Return values
string

Search results