• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/schedule/result/shiftplanserviceresult.php
  • Класс: BitrixTimemanServiceScheduleResultShiftPlanServiceResult
  • Вызов: ShiftPlanServiceResult::setShiftWithDate
public function setShiftWithDate(ShiftWithDate $shiftWithDate)
{
	$this->shiftWithDate = $shiftWithDate;
	return $this;
}