• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/violationrulesrepository.php
  • Класс: BitrixTimemanRepositoryScheduleViolationRulesRepository
  • Вызов: ViolationRulesRepository::__construct
public function __construct(ScheduleRepository $scheduleRepository, DepartmentRepository $departmentRepository)
{
	$this->scheduleRepository = $scheduleRepository;
	$this->departmentRepository = $departmentRepository;
}