Bitrix-D7
20.0.0
|
Открытые члены | |
__construct () | |
isSuccess () | |
Returns the result status. Подробнее... | |
addError (Error $error) | |
Adds the error. Подробнее... | |
getErrors () | |
Returns an array of Error objects. Подробнее... | |
getErrorCollection () | |
Returns the error collection. Подробнее... | |
getErrorMessages () | |
Returns array of strings with error messages. Подробнее... | |
addErrors (array $errors) | |
Adds array of Error objects. Подробнее... | |
setData (array $data) | |
Sets data of the result. Подробнее... | |
getData () | |
Returns data array saved into the result. Подробнее... | |
Защищенные данные | |
$isSuccess = true | |
$errors | |
$data = array() | |
См. определение в файле main/lib/result.php строка 13
__construct | ( | ) |
Переопределяется в Response, Result, Response, UpdateResult, Result, Result, AddResult и DeleteResult.
См. определение в файле main/lib/result.php строка 24
addError | ( | Error | $error | ) |
Adds the error.
Error | $error |
См. определение в файле main/lib/result.php строка 45
addErrors | ( | array | $errors | ) |
getData | ( | ) |
Returns data array saved into the result.
См. определение в файле main/lib/result.php строка 125
getErrorCollection | ( | ) |
Returns the error collection.
См. определение в файле main/lib/result.php строка 67
getErrorMessages | ( | ) |
Returns array of strings with error messages.
Переопределяется в Result.
См. определение в файле main/lib/result.php строка 77
getErrors | ( | ) |
Returns an array of Error objects.
Переопределяется в Result.
См. определение в файле main/lib/result.php строка 57
isSuccess | ( | ) |
setData | ( | array | $data | ) |
Sets data of the result.
array | $data |
Переопределяется в Response, Response и Result.
См. определение в файле main/lib/result.php строка 105
|
protected |
См. определение в файле main/lib/result.php строка 22
|
protected |
См. определение в файле main/lib/result.php строка 19
|
protected |
См. определение в файле main/lib/result.php строка 16