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