• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/call.php
  • Класс: BitrixImCallCall
  • Вызов: Call::loadWithId
static function loadWithId($id)
{
	$row = CallTable::getRowById($id);

	if(is_array($row))
	{
		return static::createWithArray($row);
	}
	else
	{
		return false;
	}
}