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