Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Result
+ Граф наследования:Result:

Открытые члены

 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()

addFieldValues ( $name,
array $values )

Add field values.

Аргументы
string$nameName.
array$valuesValues.

См. определение в файле result.php строка 52

◆ fetch()

fetch ( )

Fetch.

Возвращает
array|null

См. определение в файле result.php строка 105

◆ getDateCreate()

getDateCreate ( )

Get create date.

Возвращает
DateTime|null

См. определение в файле result.php строка 85

◆ getId()

getId ( )

Get id.

Возвращает
string|null

См. определение в файле result.php строка 65

◆ setData()

setData ( array $data)

Sets data of the result.

Аргументы
array$dataData.
Возвращает
void

Переопределяет метод предка Result.

См. определение в файле result.php строка 25

◆ setDateCreate()

setDateCreate ( DateTime $dateCreate)

Set create date.

Аргументы
DateTime$dateCreateCreate date.

См. определение в файле result.php строка 95

◆ setId()

setId ( $id)

Set id.

Аргументы
string$idID.

См. определение в файле result.php строка 75

Данные класса

◆ $currentIterationNumber

$currentIterationNumber = 0
protected

См. определение в файле result.php строка 17

◆ $dateCreate

$dateCreate
protected

См. определение в файле result.php строка 14

◆ $id

$id
protected

См. определение в файле result.php строка 11