• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/helper/form/schedule/scheduleformhelper.php
  • Класс: BitrixTimemanHelperFormScheduleScheduleFormHelper
  • Вызов: ScheduleFormHelper::getFormattedType
public function getFormattedType($type)
{
	return isset(static::getScheduleTypes()[$type])
		? static::getScheduleTypes()[$type]
		: '';
}