1C-Bitrix 25.700.0
|
Открытые члены | |
__construct () | |
__clone () | |
isSuccess () | |
addError (Error $error) | |
getError () | |
getErrors () | |
getErrorCollection () | |
getErrorMessages () | |
addErrors (array $errors) | |
setData (array $data) | |
getData () |
Защищенные данные | |
$isSuccess = true | |
ErrorCollection | $errors |
$data = array() |
См. определение в файле result.php строка 14
__construct | ( | ) |
Переопределяется в GetUsersViewResponse, GetListResponse, Result, Result, Result, Response, Response, BatchJobResult и CanUploadResult.
См. определение в файле result.php строка 24
__clone | ( | ) |
См. определение в файле result.php строка 29
addError | ( | Error | $error | ) |
Adds the error.
Error | $error |
Переопределяется в Result и UploadResult.
См. определение в файле result.php строка 50
addErrors | ( | array | $errors | ) |
Adds array of Error objects
Error[] | $errors |
Переопределяется в UploadResult.
См. определение в файле result.php строка 113
getData | ( | ) |
Returns data array saved into the result.
См. определение в файле result.php строка 148
getError | ( | ) |
getErrorCollection | ( | ) |
Returns the error collection.
См. определение в файле result.php строка 87
getErrorMessages | ( | ) |
Returns array of strings with error messages
Переопределяется в Result.
См. определение в файле result.php строка 97
getErrors | ( | ) |
Returns an array of Error objects.
Переопределяется в Result и Result.
См. определение в файле result.php строка 77
isSuccess | ( | ) |
setData | ( | array | $data | ) |
Sets data of the result.
array | $data |
Переопределяется в Response, FormResponse, Result, Result и Response.
См. определение в файле result.php строка 128
|
protected |
См. определение в файле result.php строка 22
|
protected |
См. определение в файле result.php строка 19
См. определение в файле result.php строка 17