IField
Table of Contents
Methods
- available() : bool
- check if field is available
- checkValue() : bool
- check property value
- getDefaultValue() : mixed
- get property default value
- required() : bool
- check if field is required
Methods
available()
check if field is available
public
static available() : bool
Return values
boolcheckValue()
check property value
public
static checkValue(mixed $value) : bool
Parameters
- $value : mixed
Return values
boolgetDefaultValue()
get property default value
public
static getDefaultValue() : mixed
required()
check if field is required
public
static required() : bool