• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/volumetmp.php
  • Класс: Bitrix\Crm\VolumeTmpTable
  • Вызов: VolumeTmpTable::checkTemporally
static function checkTemporally()
{
	$connection = Main\Application::getConnection();
	return $connection->isTableExists(self::getTableName());
}