• Модуль: controller
  • Путь к файлу: ~/bitrix/modules/controller/classes/general/counter.php
  • Класс: CControllerCounterResult
  • Вызов: CControllerCounterResult::Fetch
function Fetch()
{
	$res = parent::Fetch();
	if($res)
		$res["DISPLAY_VALUE"] = CControllerCounter::FormatValue($res["VALUE"], $res["COUNTER_FORMAT"]);
	return $res;
}