TokenProviderConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $doctrine : mixed
- $service : mixed
Methods
- __construct() : mixed
- doctrine() : DoctrineConfig|$this
- service() : $this
- The service ID of a custom rememberme token provider.
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$doctrine
private
mixed
$doctrine
$service
private
mixed
$service
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
doctrine()
public
doctrine([mixed $value = [] ]) : DoctrineConfig|$this
Parameters
- $value : mixed = []
Return values
DoctrineConfig|$thisservice()
The service ID of a custom rememberme token provider.
public
service(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>