Bitrix-D7
20.0.0
|
Открытые члены | |
__construct (Field $field, $message, $code='BX_ERROR') | |
getField () | |
![]() | |
__construct ($message, $code='BX_ERROR') | |
![]() | |
__construct ($message, $code=0, $customData=null) | |
Creates a new Error. Подробнее... | |
getCode () | |
Returns the code of the error. Подробнее... | |
getMessage () | |
Returns the message of the error. Подробнее... | |
getCustomData () | |
__toString () | |
jsonSerialize () | |
Specify data which should be serialized to JSON http://php.net/manual/en/jsonserializable.jsonserialize.php. Подробнее... | |
Поля данных | |
const | EMPTY_REQUIRED = 'BX_EMPTY_REQUIRED' |
const | INVALID_VALUE = 'BX_INVALID_VALUE' |
Защищенные данные | |
$field | |
![]() | |
$code | |
$message | |
$customData | |
См. определение в файле fielderror.php строка 13
__construct | ( | Field | $field, |
$message, | |||
$code = 'BX_ERROR' |
|||
) |
См. определение в файле fielderror.php строка 21
getField | ( | ) |
См. определение в файле fielderror.php строка 27
|
protected |
См. определение в файле fielderror.php строка 19
const EMPTY_REQUIRED = 'BX_EMPTY_REQUIRED' |
См. определение в файле fielderror.php строка 15
const INVALID_VALUE = 'BX_INVALID_VALUE' |
См. определение в файле fielderror.php строка 16