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