Name implements IConfigField
FinalYes
Table of Contents
Interfaces
Methods
- available() : bool
- check if field is available
- checkValue() : bool
- check name
- getDefaultValue() : mixed|string|null
- get default value
- prepareValue() : mixed
- required() : bool
- check if field is required
Methods
available()
check if field is available
public
static available() : bool
Tags
Return values
boolcheckValue()
check name
public
static checkValue(mixed $value) : bool
Parameters
- $value : mixed
Return values
boolgetDefaultValue()
get default value
public
static getDefaultValue() : mixed|string|null
Tags
Return values
mixed|string|nullprepareValue()
public
static prepareValue(mixed $value) : mixed
Parameters
- $value : mixed
required()
check if field is required
public
static required() : bool