• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/model/lineaccess.php
  • Класс: BitrixVoximplantModelLineAccessTable
  • Вызов: LineAccessTable::deleteByConfigId
static function deleteByConfigId($configId)
{
	$connection =  Application::getConnection();
	$sqlHelper = $connection->getSqlHelper();
	return $connection->query("DELETE FROM ".static::getTableName()." WHERE CONFIG_ID='".$sqlHelper->forSql($configId)."'");
}