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