• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/shift/shifttable.php
  • Класс: BitrixTimemanModelScheduleShiftShiftTable
  • Вызов: ShiftTable::getWorkdaysOptions
static function getWorkdaysOptions()
{
	return [
		'12345' => Loc::getMessage('TM_WORKSHIFT_FORM_WORKDAYS_OPTION_MON_FRI'),
		'123456' => Loc::getMessage('TM_WORKSHIFT_FORM_WORKDAYS_OPTION_MON_SAT'),
		'' => Loc::getMessage('TM_WORKSHIFT_FORM_WORKDAYS_OPTION_CUSTOM'),
	];
}