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

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

static getTableName ()
 
static getMap ()
 
static updateState (int $id, string $newState)
 

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

Class CallTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_Call_Query query() @method static EO_Call_Result getByPrimary($primary, array $parameters = array()) @method static EO_Call_Result getById($id) @method static EO_Call_Result getList(array $parameters = array()) @method static EO_Call_Entity getEntity() @method static \Bitrix\Im\Model\EO_Call createObject($setDefaultValues = true) @method static \Bitrix\Im\Model\EO_Call_Collection createCollection() @method static \Bitrix\Im\Model\EO_Call wakeUpObject($row) @method static \Bitrix\Im\Model\EO_Call_Collection wakeUpCollection($rows)

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

Методы

◆ getMap()

static getMap ( )
static

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

◆ getTableName()

static getTableName ( )
static

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

◆ updateState()

static updateState ( int $id,
string $newState )
static

Updates call state in the database. Returns true if state was changed by the update and false otherwise.

Аргументы
int$idId of the call.
string$newStateNew call state
Возвращает
bool

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