• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/valuable/timeperiod.php
  • Класс: BitrixReportVisualConstructorFieldsValuableTimePeriod
  • Вызов: TimePeriod::getDefaultConfigValue
public function getDefaultConfigValue()
{
	return array(
		'type' => static::DEFAULT_TIME_PERIOD_TYPE,
		'month' => $this->getCurrentMonth(),
		'quarter' => $this->getCurrentQuarter(),
		'year' => $this->getCurrentYear(),
	);
}