Открытые члены | |
setData (array $data) | |
addFieldValues ($name, array $values) | |
getId () | |
setId ($id) | |
getDateCreate () | |
setDateCreate (DateTime $dateCreate) | |
fetch () | |
Открытые члены унаследованные от Result | |
__construct () | |
getObject () | |
setObject ($object) | |
isSuccess ($internalCall=false) | |
getErrors () | |
getErrorMessages () | |
__destruct () | |
Открытые члены унаследованные от Result | |
__clone () | |
isSuccess () | |
addError (Error $error) | |
getErrorCollection () | |
addErrors (array $errors) | |
getData () | |
Защищенные данные | |
$id | |
$dateCreate | |
$currentIterationNumber = 0 | |
Защищенные данные унаследованные от Result | |
$wereErrorsChecked = false | |
$object | |
Защищенные данные унаследованные от Result | |
$isSuccess = true | |
$errors | |
$data = array() | |
См. определение в файле result.php строка 8
addFieldValues | ( | $name, | |
array | $values ) |
Add field values.
string | $name | Name. |
array | $values | Values. |
См. определение в файле result.php строка 52
fetch | ( | ) |
getDateCreate | ( | ) |
getId | ( | ) |
setData | ( | array | $data | ) |
Sets data of the result.
array | $data | Data. |
Переопределяет метод предка Result.
См. определение в файле result.php строка 25
setDateCreate | ( | DateTime | $dateCreate | ) |
Set create date.
DateTime | $dateCreate | Create date. |
См. определение в файле result.php строка 95
setId | ( | $id | ) |
|
protected |
См. определение в файле result.php строка 17
|
protected |
См. определение в файле result.php строка 14
|
protected |
См. определение в файле result.php строка 11