• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/violation/violationrules.php
  • Класс: BitrixTimemanModelScheduleViolationViolationRules
  • Вызов: ViolationRules::isMissedShiftsControlEnabled
public function isMissedShiftsControlEnabled()
{
	return $this->getMissedShiftStart() === ViolationRulesTable::MISSED_SHIFT_IS_TRACKED;
}