• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/shiftplan/shiftplan.php
  • Класс: BitrixTimemanModelScheduleShiftPlanShiftPlan
  • Вызов: ShiftPlan::defineSchedule
public function defineSchedule(?Schedule $schedule)
{
	$this->schedule = $schedule;
	return $this;
}