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