PluginConfig

Deprecated!

since 5.0.0 will be removed in 6.0.0

Namespace

IO\Helper

Properties
Type Name Description

``

$pluginName

ConfigRepository

$configRepository

Methods
public __construct()
public getMultiSelectValue($key, $possibleValues = [], $default = null):array
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

string

$key

array

$possibleValues

null

$default

public getTextValue($key, $default = "", $transformDefault = ""):mixed
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

string

$key

string

$default

string

$transformDefault

public getIntegerValue($key, $default):int
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

string

$key

int

$default

public getBooleanValue($key, $default = false):bool
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

string

$key

bool

$default

public getConfigValue($key, $default = null):mixed
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

string

$key

null

$default