X509Config
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $credentials : mixed
- $provider : mixed
- $user : mixed
Methods
- __construct() : mixed
- credentials() : $this
- provider() : $this
- toArray() : array<string|int, mixed>
- user() : $this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$credentials
private
mixed
$credentials
$provider
private
mixed
$provider
$user
private
mixed
$user
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
credentials()
public
credentials(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisprovider()
public
provider(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>user()
public
user(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed