• Модуль: support
  • Путь к файлу: ~/bitrix/modules/support/classes/general/tablefields.php
  • Класс: CSupportTableFields
  • Вызов: CSupportTableFields::Previous
public function Previous()
{
	if($this->_currentRow <= 0) return false;
	$this->_currentRow--;
	return true;
}