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