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