AbstractConfigField implements IConfigField
AbstractYes
Table of Contents
Interfaces
Methods
- checkValue() : bool
- check property value
- getDefaultValue() : mixed
- get property default value
- prepareValue() : mixed
Methods
checkValue()
check property value
public
static checkValue(mixed $value) : bool
Parameters
- $value : mixed
Tags
Return values
boolgetDefaultValue()
get property default value
public
static getDefaultValue() : mixed
Tags
prepareValue()
public
static prepareValue(mixed $value) : mixed
Parameters
- $value : mixed