ConfigProperties
Config properties
Table of Contents
Properties
- $configProperties : Properties|null
- Config properties collection
Methods
- createConfigProperties() : array<string|int, mixed>
- Create config properties array
- getConfigProperties() : Properties
- Get config properties collection
- setConfigProperties() : void
- Get config properties collection
- setPropertyValue() : void
- Set property value
Properties
$configProperties
Config properties collection
protected
Properties|null
$configProperties
= null
Methods
createConfigProperties()
Create config properties array
public
createConfigProperties([array<string|int, mixed>|null $values = null ]) : array<string|int, mixed>
Parameters
- $values : array<string|int, mixed>|null = null
Return values
array<string|int, mixed>getConfigProperties()
Get config properties collection
public
getConfigProperties([array<string|int, mixed>|null $config = null ]) : Properties
Parameters
- $config : array<string|int, mixed>|null = null
Return values
PropertiessetConfigProperties()
Get config properties collection
public
setConfigProperties(Properties|array<string|int, mixed>|string $properties) : void
Parameters
- $properties : Properties|array<string|int, mixed>|string
setPropertyValue()
Set property value
public
setPropertyValue(string $key, mixed $value) : void
Parameters
- $key : string
- $value : mixed