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

Открытые статические члены

static getTableName ()
 
static getMap ()
 
static merge (array $data)
 

Защищенные статические члены

static getMergeFields ()
 

Подробное описание

Class CallUserTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_CallUser_Query query() @method static EO_CallUser_Result getByPrimary($primary, array $parameters = array()) @method static EO_CallUser_Result getById($id) @method static EO_CallUser_Result getList(array $parameters = array()) @method static EO_CallUser_Entity getEntity() @method static \Bitrix\Im\Model\EO_CallUser createObject($setDefaultValues = true) @method static \Bitrix\Im\Model\EO_CallUser_Collection createCollection() @method static \Bitrix\Im\Model\EO_CallUser wakeUpObject($row) @method static \Bitrix\Im\Model\EO_CallUser_Collection wakeUpCollection($rows)

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

Методы

◆ getMap()

static getMap ( )
static

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

◆ getMergeFields()

static getMergeFields ( )
staticprotected

Should return array of names of fields, that should be used to detect record duplication.

Возвращает
array;

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

◆ getTableName()

static getTableName ( )
static

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

◆ merge()

static merge ( array $data)
static

Inserts new record into the table, or updates existing record, if record is already found in the table.

Аргументы
array$dataRecord to be merged to the table.
Возвращает
Entity\AddResult

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