• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/handler/deal.php
  • Класс: Bitrix\Crm\Integration\Report\Handler\Deal
  • Вызов: Deal::getMonthNameByNum
private function getMonthNameByNum($num)
{
	$monthList = $this->getMonthParamsList();

	return $monthList[(int)$num]['name'];
}