• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/violation/fixedscheduleviolationbuilder.php
  • Класс: BitrixTimemanServiceWorktimeViolationFixedScheduleViolationBuilder
  • Вызов: FixedScheduleViolationBuilder::findRecordsForPeriod
protected function findRecordsForPeriod(DateTime $fromDateTime, DateTime $toDateTime, Schedule $schedule, $userIds)
{
	return $this->worktimeRepository
		->findAllForPeriod($fromDateTime, $toDateTime, $schedule, $userIds);
}