BusinessId implements IField
FinalYes
Table of Contents
Interfaces
Methods
- available() : bool
- check if field is available
- checkValue() : bool
- check value
- getDefaultValue() : mixed
- get engine
- required() : bool
- check if field is required
Methods
available()
check if field is available
public
static available() : bool
Tags
Return values
boolcheckValue()
check value
public
static checkValue(mixed $value) : bool
Parameters
- $value : mixed
Return values
boolgetDefaultValue()
get engine
public
static getDefaultValue() : mixed
required()
check if field is required
public
static required() : bool