• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/violation/worktimeviolationresult.php
  • Класс: BitrixTimemanServiceWorktimeViolationWorktimeViolationResult
  • Вызов: WorktimeViolationResult::setShiftPlan
public function setShiftPlan($shiftPlan)
{
	$this->shiftPlan = $shiftPlan;
	return $this;
}