LogoutConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $csrfParameter : mixed
- $csrfTokenGenerator : mixed
- $csrfTokenId : mixed
- $deleteCookies : mixed
- $invalidateSession : mixed
- $path : mixed
- $target : mixed
Methods
- __construct() : mixed
- csrfParameter() : $this
- csrfTokenGenerator() : $this
- csrfTokenId() : $this
- deleteCookie() : DeleteCookieConfig|$this
- invalidateSession() : $this
- path() : $this
- target() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$csrfParameter
private
mixed
$csrfParameter
$csrfTokenGenerator
private
mixed
$csrfTokenGenerator
$csrfTokenId
private
mixed
$csrfTokenId
$deleteCookies
private
mixed
$deleteCookies
$invalidateSession
private
mixed
$invalidateSession
$path
private
mixed
$path
$target
private
mixed
$target
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
csrfParameter()
public
csrfParameter(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thiscsrfTokenGenerator()
public
csrfTokenGenerator(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thiscsrfTokenId()
public
csrfTokenId(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisdeleteCookie()
public
deleteCookie(string $name[, mixed $value = [] ]) : DeleteCookieConfig|$this
Parameters
- $name : string
- $value : mixed = []
Return values
DeleteCookieConfig|$thisinvalidateSession()
public
invalidateSession(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thispath()
public
path(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistarget()
public
target(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>