• Модуль: support
  • Путь к файлу: ~/bitrix/modules/support/classes/general/tablefields.php
  • Класс: CSupportTableFields
  • Вызов: CSupportTableFields::CleanVar
public function CleanVar($row = null, $removeExistingRows = false)
{
	if($removeExistingRows) $this->RemoveExistingRows();
	$row = $this->checkRow($row);
	$this->_arFields[$row] = array();
	$this->_arModifiedFields[$row] = array();
	foreach($this->_arFieldsTypes as $key => $value) $this->Set($key, $value["DEF_VAL"], array(), $row, false);
}