FieldError extends EntityError
Table of Contents
Constants
- EMPTY_REQUIRED = 'BX_EMPTY_REQUIRED'
- INVALID_VALUE = 'BX_INVALID_VALUE'
Methods
- __construct() : mixed
- getField() : mixed
Constants
EMPTY_REQUIRED
public
mixed
EMPTY_REQUIRED
= 'BX_EMPTY_REQUIRED'
INVALID_VALUE
public
mixed
INVALID_VALUE
= 'BX_INVALID_VALUE'
Methods
__construct()
public
__construct(Field $field, mixed $message[, mixed $code = 'BX_ERROR' ]) : mixed
Parameters
- $field : Field
- $message : mixed
- $code : mixed = 'BX_ERROR'
getField()
public
getField() : mixed