Полный список членов класса Result, включая наследуемые из базового класса
$data | Result | protected |
$errors | Result | protected |
$id | Result | protected |
$isSuccess | Result | protected |
$object | Result | protected |
$warnings | Result | protected |
$wereErrorsChecked | Result | protected |
__clone() | Result | |
__construct() | Result | |
__destruct() | Result | |
addData(array $data) | Result | |
addError(Error $error) | Result | |
addErrors(array $errors) | Result | |
addWarning(Error $error) | Result | |
get($offset) | Result | |
getData() | Result | |
getErrorCollection() | Result | |
getErrorMessages() | Result | |
getErrors() | Result | |
getId() | Result | |
getObject() | Result | |
getWarningMessages() | Result | |
getWarnings() | Result | |
hasWarnings() | Result | |
isSuccess($internalCall=false) | Result | |
Bitrix::Main::Result::isSuccess() | Result | |
set($offset, $value) | Result | |
setData(array $data) | Result | |
setId($id) | Result | |
setObject($object) | Result |