• Модуль: support
  • Путь к файлу: ~/bitrix/modules/support/classes/general/tablefields.php
  • Класс: CSupportTableFields
  • Вызов: CSupportTableFields::checkRow
public function checkRow($row)
{
	if($this->_classType == self::C_Array || !array_key_exists($this->_currentRow, $this->_arFields)) $this->First();
	if($row != null && array_key_exists($row, $this->_arFields)) return  $row;
	return $this->_currentRow;
}